stable

Clone or download

Read-only

Project administrators can be updated via the REST API

The REST route PUT user_groups/{id}/users now allow the management of project administrators. This is part of story #12161 have a project owner at project creation Change-Id: I3ea1f42b6d95be2da6b6ffdc45c84ccb81c69d1f

Modified Files

Name
M src/common/project/Admin/ProjectUGroup/DynamicUGroupMembersUpdater.php +7 −8 Go to diff View file
M src/common/project/REST/v1/UserGroupResource.class.php +21 −8 Go to diff View file
M src/common/project/UGroupManager.class.php +65 −20 Go to diff View file
M src/common/project/UserPermissionsDao.php +101 −144 Go to diff View file
M tests/phpunit/common/Project/DynamicUGroupMembersUpdaterTest.php +19 −9 Go to diff View file
M tests/rest/tests/UserGroupTest.php +23 −7 Go to diff View file