Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.5, 2.1.2, 2.2
-
Component/s: Groups
-
Labels:None
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:w43_
MDL-29966_m22_grouploading -
Pull Master Diff URL:
Description
In /group/clientlib.js, line 186
replace
loadingImg.setAttribute("src", M.util.image_url('moodle', '/i/ajaxloader'));
with
loadingImg.setAttribute("src", M.util.image_url('/i/ajaxloader', 'moodle'));
Variables are supplied to the function in wrong order, the result is that the image isn't found (404 in apache log)