moodle/.upgradenotes/MDL-82393-2024071205253416.yml
Mihail Geshoski b7481cf4aa MDL-82393 course: Deprecate the $course argument in group_selector
Deprecates the $course parameter in the constructor of the
core_course\output\actionbar\group_selector class. This parameter is no
longer used, as the $course object can now be obtained through the
$context class property. Additionaly, the $course class property has
been removed in accordance with this change.
2024-08-07 17:27:41 +08:00

13 lines
407 B
YAML

issueNumber: MDL-82393
notes:
core_course:
- message: >-
The $course parameter in the constructor of the
core_course\output\actionbar\group_selector class has been deprecated
and is no longer used.
type: deprecated
- message: >-
The $course class property in the
core_course\output\actionbar\group_selector class has been removed.
type: removed