forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-83339 course_format: Unify init params for course editor
* Replace all selectors based on ID (getElementById) by querySelector * Replaces #element-id by either .classname[data-uniqid=XXX] or .classname[data-id=XX] if a unique Id was already there (the module or section id for example)
- Loading branch information
1 parent
ab5692a
commit 19bc0f7
Showing
32 changed files
with
98 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
issueNumber: MDL-83339 | ||
notes: | ||
core_courseformat: | ||
- message: >- | ||
Deprecate the use of element ID selectors in favor of class and data-xx | ||
selectors for Reactive component initialisation. | ||
type: deprecated |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
course/format/amd/build/local/content/bulkedittoggler.min.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.