NIHVIVO-2716 Make rootUser a property on UserAccount. When editing the root user, don't show roles.
This commit is contained in:
parent
be3851b15e
commit
8b4b66e024
10 changed files with 43 additions and 94 deletions
|
@ -38,12 +38,6 @@ public class UserAccountsDaoStub implements UserAccountsDao {
|
|||
return userAccountsByUri.get(uri);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRootUser(UserAccount userAccount) {
|
||||
// TODO for now, no user is Root
|
||||
return false;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Un-implemented methods
|
||||
// ----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue