-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-79198-master -
To reproduce:
- Turn on developer mode. (if using MDK, "mdk run mindev")
- Create a course with a few activities
- Go to the course homepage as an editing teacher or admin.
- Open the JS console and add a debugging breakpoint on the line just after "this.modalCount = this.modalCounter++"
- Turn on bulk editing
- Select an activity and on the sticky footer, click Delete or Move
- Inspect the value of modalCount.
- Expected: modalCount is a number.
- Actual: It is NaN (not a number)
- has a non-specific relationship to
-
MDL-78306 Convert core/modal and remaining legacy uses to ESM
- Closed