-
Sub-task
-
Resolution: Fixed
-
Major
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-38005-master -
This is happening in the latest integration branch.
Replication steps:
- Open Firefox, turn on Firebug and click on the errors panel.
- Visit a course settings page, either edit an existing course or add a new course.
- Expand a settings area by clicking on the arrow next to the heading, such as 'Groups'.
The following JS error will occur...
TypeError: statuselement.get is not a function
|
|
statuselement.set('value', Math.abs(Number(statuselement.get('value'))-1));
|