SuccessChanges

Summary

  1. tsk60 Adds a button to cancel a event. Adds a button in the custom tag (details)
Commit 5b6290fe28f9965e770cf7aac963eb15540a85ed 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 Creates a
cancelEventController that cancel events and retrieves when a event is
cancelled
The file was addedjsf/src/main/webapp/cancelEvent.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was modifiedjsf/src/main/webapp/css/letta.css (diff)
The file was modifiedjsf/src/main/webapp/resources/tags/event.xhtml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/IllegalEventOwnerException.java (diff)
The file was addedjsf/src/main/webapp/img/cancelled.png (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CancelEventController.java (diff)