Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.3, 2.4, 3.2.1
-
Component/s: External Tool (IMS-LTI), Gradebook
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_32_STABLE
-
Fixed Branches:MOODLE_31_STABLE, MOODLE_32_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-37168-master -
Pull Master Diff URL:
-
Sprint:3.3 sprint 5
Description
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
Attachments
Issue Links
- 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
-