SuccessChanges

Summary

  1. tsk79 Enables user role edition for Administrators (details)
Commit 9aca071bd12170619667356b70ba29d2552b3bdd by agjacome
tsk79 Enables user role edition for Administrators
A new field has been added to the user edition view (only visible for
Admins) to allow any administrator to change the current Role of any
user.
Another field showing the User's login (read only) has also been added
to that form. The login is the primary key and we cannot update it
seamlessly at the moment, it requires domain-level changes.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java (diff)
The file was modifiedjsf/src/main/webapp/modifyProfile.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ModifyProfileController.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java (diff)