-
Bug
-
Resolution: Fixed
-
Major
-
2.3.3, 2.4, 3.2.1
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MDL-37168-master -
-
3.3 sprint 5
This is a followup of MDL-34791, where testing discovered that quick-editing one lti activity title does not lead to the title changed in the gradebook.
From Andrew's research:
This is a bug in the LTI module (or arguably lib/gradelib.php::grade_update_mod_grades()).
grade_update_mod_grades() only calls the grade_item_update function if both:
- MODNAME_grade_item_update; and
- MODNAME_update_grades
exist.If one of them doesn't exist, then neither is called.
In the case of the LTI module only the _grade_item_update function exists; and _updatee_grades does not so neither get called.
So this is about to decide if current behavior of grade_update_mod_grades is correct AND/OR if we need to "complete" the lti module to have the gradebook api implemented.
Ciao
- has been marked as being related by
-
MDL-59107 Editing activity title using quick editing button doesn't get reflected in my overview
- Closed
-
CONTRIB-4246 Attendance activity quick title edit doesn't update name in gradebook
- Closed