-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 8.4.1
-
Fix Version/s: 8.5
-
Component/s: Authentication & Authorization, Web API
-
Labels:
-
Edition:Community
-
Production Notes:None
Steps to reproduce
Go to the Groups administration page. Click on the cog menu and select Update details, then click on Update. An error occurs.
Investigation
Contrary to its documentation, api/user_groups/search provides a uuid field instead of id. Until we refactor api/user_groups/update to accept a "old name" & "new name" (or something similar), the frontend will need the id from the "search" to provide it to the "update".
- depends upon
-
SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update`
-
- Closed
-
- is caused by
-
SONAR-13221 Replace all AUTO_INCREMENT columns by UUID
-
- Closed
-