FailedChanges

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/css/letta.css (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (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/java/es/uvigo/esei/dgss/letta/jsf/CancelEventController.java (diff)
The file was addedjsf/src/main/webapp/img/cancelled.png (diff)
The file was addedjsf/src/main/webapp/cancelEvent.xhtml (diff)
The file was modifiedjsf/src/main/webapp/resources/tags/event.xhtml (diff)