Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-1
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Environment:continuu-acegi branch
-
Complexity:Intermediate
-
Number of attachments :
Description
When clicking on "Edit user info" menu link:
The user name box is empty
Null pointer exception trying to save the user because in line 131
user = userManager.getUser( username );
the returned value is null
In fact this should call userManager.getMyUser() to prevent people playing with fields and impersonating another user
Issue Links
- relates to
-
CONTINUUM-858
Move role add/edit/delete form to user group edit page
-
When deleting roles the deletions are not persisted. Seems a better option to have checkboxes and be able to save all permission modifications at once