mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
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.
This commit is contained in:
parent
02755c4f95
commit
b7481cf4aa
6 changed files with 32 additions and 18 deletions
12
.upgradenotes/MDL-82393-2024071205253416.yml
Normal file
12
.upgradenotes/MDL-82393-2024071205253416.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue