-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-52826_master -
-
3.1 Sprint 3
moodleforms form validation function live in the global JS namespace, ideally they should live in a self-contained JS function so we don't pollute global and memory can be freed once the fields and the form that is being validated are not available any more in the DOM. These changes would help MDL-52715 as all the form validation stuff would be removed once the form is removed from the DOM.
- blocks
-
MDL-52715 Create a new requires class for implementing mforms in AJAX.
- Closed