stable

Clone or download

Read-only

Add binding in a modal

Part of story #10062: Users & groups management overhaul Go to project ยป admin ยป groups ยป LeGroup. The button to add a binding now triggers a modal. The code to handle the action on form submission as been copied from Project_Admin_UGroup_UGroupController_Binding to Project_Admin_UGroup_UGroupController and will be cleaned in a next commit when we will have more visibility on refactoring scope. Change-Id: I5923507108de053c8fe5c18b93a8bfe762bb3e38

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 โˆ’0 Go to diff View file
M site-content/tuleap-core.pot +6 โˆ’0 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupController.class.php +22 โˆ’0 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php +1 โˆ’1 Go to diff View file
M src/common/project/Admin/ProjectUGroup/View/Settings.class.php +57 โˆ’11 Go to diff View file
A src/templates/project/admin/ugroup-settings-binding-modal-add.mustache +49 โˆ’0 Go to diff View file
M src/templates/project/admin/ugroup-settings-binding.mustache +8 โˆ’3 Go to diff View file
M src/www/scripts/project/admin/project-admin-ugroups.js +30 โˆ’0 Go to diff View file