SuccessChanges

Summary

  1. Tsk35 Fixes the implementation to create and update stories (details)
Commit a6423fa341673d8f455b6e26500f7afba0056b98 by git
Tsk35 Fixes the implementation to create and update stories
Modifies the service that creates and updates stories to check that the
logged user and the story's author are the same. This change requires to
change all the parts of code from the service is called and modifying
and updating the tests.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/UserController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIllegalAccessIntegrationTest.java