Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.4, 4.1
-
MOODLE_400_STABLE, MOODLE_401_STABLE
-
MOODLE_400_STABLE
-
MDL-75625-master -
-
HQ Sprint 0.3 Database
Description
In general, the use of jQuery is not permitted anymore in AMD modules. However, for cases like interacting with Boostrap 4 jQuery is still mandatory. However, this will change when we move on to Bootstrap 5 ( MDL-71979 ).
To make the transition easier, when a AMD module uses only jQuery to interact with bootstrap 4 it is a good practice to add a comment explaining that all jQuery can be replaced when MDL-71979 will be integrated.
However, because of copy-pasting error, there are a few of these comments that specify MDL-79179 instead of MDL-71979.
The solution is quite straightforward, find MDL-79179 in the code and replace it with the correct MDL-71979. This change is only needed in master branch because it will only be important in the future when we start using Bootstrap 5.
Attachments
Issue Links
- Discovered while testing
-
MDL-75555 Course section collapsing sends way too many AJAX requests
-
- Closed
-