-
Bug
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-66446-master -
To reproduce:
- Make sure debugging is turned on.
- Create a course
- Go to Advanced features in Site administration
- Disable the tags functionality
- Save the changes.
- Edit the course and try to save the changes
- Expected: The course will be saved without any notice/warning
- Actual: The following are being shown:
Notice: Undefined property: stdClass::$tags in /home/jun/moodles/stable_master/moodle/course/lib.php on line 2543
Warning: array_values() expects parameter 1 to be array, null given in /home/jun/moodles/stable_master/moodle/course/lib.php on line 2543
Notice: Undefined property: stdClass::$tags in /home/jun/moodles/stable_master/moodle/course/lib.php on line 2544
- Discovered while testing
-
MDL-66148 As a teacher, I want to be able to override the assignment due date for a student, so that I can adjust for their circumstances
- Closed
- has a non-specific relationship to
-
MDL-67773 PHP notice and warning when editing a course with course tags disabled.
- Closed
- is a regression caused by
-
MDL-65369 Include changed course settings in course_updated event
- Closed
- will be (partly) resolved by
-
MDL-67773 PHP notice and warning when editing a course with course tags disabled.
- Closed