-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: 2.2.4, 2.3.3
-
Component/s: API (A)
"usergroup.massadd" API method creates duplicates in "rights" table. Example:
----------------------------+
| rightid | groupid | permission | id |
----------------------------+
| 1 | 13 | 3 | 11 |
| 2 | 13 | 3 | 11 |
| 3 | 13 | 3 | 11 |
----------------------------+