-
Type:
Problem report
-
Resolution: Incomplete
-
Priority:
Major
-
None
-
Affects Version/s: 3.0.12
-
Component/s: API (A)
-
None
The documentation states that the user group name is unique. And normally, the Frontend and API perform checks that ensure the uniqueness.
However, when calling the `usergroup.create` API method fast enough it is possible to create multiple user groups with the same name and different ID.
I think that the uniqueness should be also enforced on the DB level.