mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
Activity chooser is saving section number in a data attribute called data-sectionid. We should use data-sectionnum instead to make it easier to understand.
8 lines
232 B
YAML
8 lines
232 B
YAML
issueNumber: MDL-81676
|
|
notes:
|
|
core_course:
|
|
- message: >-
|
|
The data-sectionid attribute in the activity chooser has been
|
|
deprecated. Please update your code to use data-sectionnum instead.
|
|
type: deprecated
|