stable

Clone or download

Read-only

Show warning upon ugroup deletion

Part of story #13490 have a consistent management of project & groups members How to test: Given your project has synchronized project membership (either private or public with a DB flag) - When you try to delete a static user group, the warning message will tell you that members of the ugroup will remain project member. When the project is public and has no DB flag, there is no warning message (as before). Change-Id: Ic9993708338edd3ed1e8600ab589d4c3d6fcb041

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −1 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupListPresenter.php +4 −0 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php +17 −11 Go to diff View file
M src/templates/project/admin/user_groups/modal-ugroup-delete.mustache +8 −2 Go to diff View file
M src/www/project/admin/ugroup.php +5 −1 Go to diff View file
M tests/phpunit/common/Project/Admin/ProjectUGroup/UGroupListPresenterBuilderTest.php +27 −11 Go to diff View file