stable

Clone or download

Read-only

Implements email reference

This task is part of story #8289 synchronize users in users groups The route The route PUT /user_groups/:id/users is now able to deal with references like {"email": "mail@example.com"} If multiple users use the same email address, an error is thrown. Change-Id: I53d8e42df7362b3102586c18bd6334e15f8b486b

Modified Files

Name
M src/common/project/REST/v1/UserGroupResource.class.php +13 −0 Go to diff View file
M tests/lib/TestDataBuilder.php +2 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +14 −0 Go to diff View file
M tests/rest/UserGroupTest.php +50 −3 Go to diff View file
M tests/rest/UsersTest.php +1 −1 Go to diff View file