stable

Clone or download

Read-only

story #8289 synchronize users in users groups

The route PUT /user_groups/:id/users has been implemented. For now, only the "id" selector works, and we are not able to deal with ugroups like project_members, project_admins ... Note : No transaction can be added in this feature because of MyISAM tables. Change-Id: I82a8e6084c4f409625d5b9a58080da9451a07736

Modified Files

Name
M src/common/project/ProjectUGroup.class.php +6 −0 Go to diff View file
M src/common/project/REST/v1/UserGroupResource.class.php +109 −8 Go to diff View file
M tests/rest/UserGroupTest.php +111 −2 Go to diff View file