-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
3.3
-
MOODLE_33_STABLE
-
MDL-58432_master -
- Visit a course.
- Add the calendar block if it doesn't exist.
- Click on the name of the month.
- Create a new event with default values.
- Ensure you do not get the error listed in this tracker issue.
- Visit a course.
- Add the calendar block if it doesn't exist.
- Click on the name of the month.
- Create a new event with default values.
- Notice you get the error 'Coding error detected, it must be fixed by a programmer: Undefined property requested'.
The reason is the groupid is set to null so if (!isset($this->properties->{$key})) { fails. You can fix this by editing the event mapper to set the groupid to 0 instead of null but that seems like a hack.
- is blocked by
-
MDL-58423 Move calendar/classes/event.php to calendar/lib.php
-
- Closed
-