stable
Clone or download
Read-only
request #17143: REST endpoint PATCH /users/:id/preferences throws a 500 when called multiple times with the same parameters
Change-Id: I19edf6b0a1ea3a4feaf11f79cd653f9bec62fa78
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +0 | −30 | Go to diff View file |
M | src/common/User/Account/UpdateAppearancePreferences.php | +11 | −32 | Go to diff View file |
M | src/common/User/Account/UpdateEditionController.php | +3 | −15 | Go to diff View file |
M | src/common/User/Account/UpdateExperimentalPreferences.php | +2 | −3 | Go to diff View file |
M | src/common/User/Account/UpdateNotificationsPreferences.php | +2 | −6 | Go to diff View file |
M | src/common/User/REST/v1/UserResource.php | +6 | −10 | Go to diff View file |
M | src/common/User/User.class.php | +7 | −15 | Go to diff View file |
M | src/common/dao/UserPreferencesDao.class.php | +11 | −11 | Go to diff View file |
M | tests/rest/tests/UsersTest.php | +16 | −0 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateExperimentalPreferencesTest.php | +0 | −28 | Go to diff View file |
M | tests/unit/common/User/UserTest.php | +2 | −2 | Go to diff View file |