SuccessChanges

Summary

  1. tsk56 Completes the method for modifying service layer microhistories (details)
Commit 768f2fd32858a521928ebc55e3fc6d817319d94b by yruben98
tsk56 Completes the method for modifying service layer microhistories
Adds authentication checks and validation of data passed as parameters.
Modifies the existing method tests, adapting them to the new implemented
logic.
Modifies the Story controller to change the call to the new service
method.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)