b102c892fa
- enable "Create" button and "Save" button in Admin Console Users views (list and details) The flag used to enable those button is computed as follow, since there's no computed flag from backend on "admin user has fine grain admin permission on at least 1 group" : == (existing condition) || (feature "finegrain admin" is enabled && access.queryUsers) If the admin user hasn't the correct permission on the right groups for the new user he's trying to create, backend will forbid the creation by returning a 403 This change is following PR #7035, which added the Groups field in the User creation form |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
pom.xml | ||
UPDATING-NODE-MODULES.md |