-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.4.0beta2
-
None
-
Sprint 94 (Nov 2022), Sprint 95 (Dec 2022), Sprint 96 (Jan 2023), Sprint 97 (Feb 2023), Sprint 98 (Mar 2023), Sprint 99 (Apr 2023)
-
1
Currently the assignment of user group to user is logged in two different ways:
- If user group assigned to user using User group API, the following details are logged:
usergroup.users[7]: Added usergroup.users[7].id: 7 usergroup.users[7].userid: 3
- If user group assigned to user using User API, the following details are logged:
user.usrgrps[6]: Added user.usrgrps[6].id: 6 user.usrgrps[6].usrgrpid: 14
To make this assignment consistent with assignments of other API objects we should to log this assignment as the change in User API object independently from the approach of how it was done.