-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
3.10.6, 4.0.1
-
MOODLE_310_STABLE, MOODLE_400_STABLE
-
When I change the roles a given role is allowed to assign, the description given in the log is the reverse of what I did. This happens regardless of if I modify a role directly or if I use the "Allow role assignments" tool.
For example, if a user (with id: 2) modifies the Manager role (id: 1) to not allow it to assign the Non-editing teacher role (id: 4)
What I expect to show up in the log:
The user with id '2' modified the role with id '1' to stop allowing users with that role from assigning the role with id '4' to users
What actually shows up in the log:
The user with id '2' modified the role with id '4' to stop allowing users with that role from assigning the role with id '1' to users
Update: Following a discussion in the issue comments, we decided that the role event log descriptions were correct, though not easy to understand. Thus, the issue fix is improving the log description wordings.