stable

Clone or download

Read-only

Merge commit 'refs/changes/79/15779/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #13747: REST endpoint GET /projects/:id/user_groups returns system user groups with a not recognized ID Change-Id: I9f02ad14b2c10f29beb9d7d023a235535f04a844

Modified Files

Name
M plugins/docman/include/REST/v1/Permissions/PermissionItemUpdaterFromRESTContext.php +3 −2 Go to diff View file
M plugins/docman/phpunit/REST/v1/Permissions/PermissionItemUpdaterFromRESTContextTest.php +7 −2 Go to diff View file
M src/common/Project/ProjectUGroup.php +7 −7 Go to diff View file
M src/common/Project/REST/UserGroupRepresentation.class.php +14 −9 Go to diff View file
M src/common/Project/REST/UserGroupRetriever.php +1 −1 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +1 −7 Go to diff View file
M src/common/Project/REST/v1/UserGroupResource.class.php +25 −17 Go to diff View file
A tests/phpunit/common/Project/REST/UserGroupRepresentationTest.php +52 −0 Go to diff View file