Not builtChanges

Summary

  1. tsk60 Adds a button to cancel a event. (details)
Commit 25362423090e1f72e12fb019117ad8f2c67f3d82 by bcgonzalez3
tsk60 Adds a button to cancel a event.
Adds a button in the custom tag event Create a
IllegalEventOwnerException to throw when you are not the owner of a
event Insert a icon to show when a event is cancelled Modifies the
EventEJB to add the cancel event funcionality Created a
cancelEventController that cancel events and retrieves when a event is
cancelled
The file was modifiedjsf/src/main/webapp/resources/tags/event.xhtml
The file was addedjsf/src/main/webapp/cancelEvent.xhtml
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/IllegalEventOwnerException.java
The file was modifiedjsf/src/main/webapp/css/letta.css
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CancelEventController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was addedjsf/src/main/webapp/img/cancelled.png