stable
Clone or download
Read-only
Part of story #13490 have a consistent management of project & groups members How to test: Go to a public project's administration. In the "Groups" tab: - You can enable and disable Synchronized project membership Change-Id: I4f1dc55515e91861b26e1cd847eef013ce23e6f9
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/Project/Admin/ProjectUGroup/SynchronizedProjectMembership/ActivationController.php | +99 | −0 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/SynchronizedProjectMembership/SynchronizedProjectMembershipPresenter.php | +15 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php | +12 | −6 | Go to diff View file |
M | src/common/Project/UGroups/SynchronizedProjectMembershipDao.php | +7 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +10 | −0 | Go to diff View file |
M | src/templates/project/admin/user_groups/synchronized_project_membership.mustache | +30 | −21 | Go to diff View file |
M | src/www/project/admin/ugroup.php | +9 | −3 | Go to diff View file |
A | tests/phpunit/common/Project/Admin/ProjectUGroup/SynchronizedProjectMembership/ActivationControllerTest.php | +93 | −0 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilderTest.php | +3 | −3 | Go to diff View file |