-
Bug
-
Resolution: Fixed
-
Blocker
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-66502-master -
-
1
-
Sprint 6 - Looney Tunes
When calling an amd module on moodle 3.8 which was minified using a previous moodle version, the javascript doesn't get loaded and I get the following error in the console:
Error: No define call for lifecyclestep_adminapprove/link-steps
http://requirejs.org/docs/errors.html#nodefine
To test it, you can use the 'Test plugin from previous version of Moodle' testing instruction from MDL-62497 .
It seems not to be the fault of the block_counter, since javascript also didn't work in two other plugins when minified using a previous moodle version, but they all work when the javascript is minified using moodle38.