stable

Clone or download

Read-only

Introduce pane to see user group binding

Part of story #10062: Users & groups management overhaul Go to project ยป admin ยป groups ยป LeGroup. You should see a pane that display information about binding of a user group, like it was done before in the dedicated pane. Confirmation modal (with csrf) for binding removal will be done in a dedicated commit. Modals for ugroup binding (& ldap) will be done in a dedicated commit. Change-Id: I24d0c66c45782f3e734efcb4f765c18f9ebb80cc

Modified Files

Name
M plugins/ldap/site-content/en_US/ldap.tab +1 โˆ’1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +48 โˆ’0 Go to diff View file
M site-content/tuleap-core.pot +45 โˆ’0 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupController.class.php +26 โˆ’1 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php +3 โˆ’1 Go to diff View file
M src/common/project/Admin/ProjectUGroup/View/Settings.class.php +148 โˆ’2 Go to diff View file
A src/templates/project/admin/ugroup-settings-binding.mustache +106 โˆ’0 Go to diff View file
M src/templates/project/admin/ugroup-settings-details.mustache +48 โˆ’51 Go to diff View file
A src/templates/project/admin/ugroup-settings.mustache +5 โˆ’0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_project-admin.scss +1 โˆ’0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/project-admin/_ugroups.scss +38 โˆ’0 Go to diff View file