mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02: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.
7 lines
232 B
YAML
7 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
|