-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.6, 3.1.2, 3.2
-
MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-56341-master -
During MDL-56162 integration testing I've noticed that uniqid was available when using clean theme but not when using boost theme.
Steps to reproduce:
- Download https://tracker.moodle.org/secure/attachment/51087/test_modal.php and move it to your dirroot
- Open it using theme_boost and open a modal
- Inspect the modal's close button
- You will see something like =<% %>=<%={{ }}=%>_s2{{=<% %>=}}<%={{ }}=%>, which seems unexpected
- Repeat using theme_clean
- uniqid is just an int, which seems expected