-
Bug
-
Resolution: Fixed
-
Trivial
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-45568_master -
I logged in as a student (user id '3') and manually marked activity as completed.
In the log I can see:
Event name: Course module completion updated
Description: The course module completion requirements were updated by the user with id '3' for the user with id '3'.
This is not correct. Correct would be:
"Course module completion state was updated for the user with id '$relateduserid'"
or
"The user with id '$userid' updated course module completion for the user with id '$relateduserid'"
(we can not say "user completed" because the same event is triggered when user unticks completion box)
- Discovered while testing
-
MDL-45823 Activity completion not working for Book
- Closed