stable

Clone or download

Read-only

Display ugroup permissions in modal

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