stable

Clone or download

Read-only

Dedicated route to add member to groups

Align addition and removal of members in user groups. Part of story #13490 have a consistent management of project & groups members Change-Id: Iec8e8e2c1cf58c9828b0493a386dfdacd681d978

Modified Files

Name
M plugins/ldap/include/ldapPlugin.class.php +3 −2 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/IndexController.php +2 −2 Go to diff View file
A src/common/Project/Admin/ProjectUGroup/MemberAdditionController.php +120 −0 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/MemberRemovalController.php +7 −3 Go to diff View file
D src/common/Project/Admin/ProjectUGroup/MembersController.php +0 −99 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenter.php +0 −6 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupRouter.class.php +20 −25 Go to diff View file
M src/common/Request/RouteCollector.php +23 −5 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-list.mustache +1 −2 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-remove-modal.mustache +2 −3 Go to diff View file
M src/www/project/admin/editugroup.php +0 −15 Go to diff View file
A tests/phpunit/common/Project/Admin/ProjectUGroup/MemberAdditionControllerTest.php +145 −0 Go to diff View file
M tests/phpunit/common/Project/Admin/ProjectUGroup/MemberRemovalControllerTest.php +7 −6 Go to diff View file