-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.3
-
MOODLE_23_STABLE
As DanP pointed out in his comments on MDL-31655, M.cfg may not be the best place for storing the state information of form changes.
I'm not aware of another suitably named variable in the JS namespace, so if we were to update the existing code from MDL-31315, MDL-31655, and MDL-31673 then we'd need a variable for this such as statedata:
M.statedata = M.statedata || {};
|