stable
Clone or download
Read-only
Part of story #10062: Users & groups management overhaul Go to project ยป admin ยป groups ยป LeGroup. There should be a button to display permissions of the ugroup in a modal. Actually this is the content (and the code) of the old pane "permissions" which does not exist anymore. No effort is made to make the retrieval of permissions cleaner as this code will be removed when we will work for ugroup permissions in a next story. Change-Id: I86390b3297a708bd330bd8114190f7ca10ea0cd6
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +15 | โ0 | Go to diff View file |
M | site-content/tuleap-core.pot | +15 | โ0 | Go to diff View file |
M | src/common/autoload.php | +2 | โ3 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/PaneManagement.class.php | +4 | โ5 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/UGroupController.class.php | +0 | โ5 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php | +0 | โ1 | Go to diff View file |
D | src/common/project/Admin/ProjectUGroup/View/Permissions.class.php | +0 | โ178 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/View/Settings.class.php | +121 | โ4 | Go to diff View file |
A | src/templates/project/admin/ugroup-permissions-modal.mustache | +52 | โ0 | Go to diff View file |
M | src/templates/project/admin/ugroup-settings-details.mustache | +1 | โ0 | Go to diff View file |
M | src/www/scripts/project/admin/project-admin.js | +14 | โ0 | Go to diff View file |