-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.3.2, 2.6.1
-
MOODLE_23_STABLE, MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
MDL-35423-master -
-
5
The AJAX mod chooser links are not created if you don't have a div#page-content in your theme.
The CSS selectors that it's looking for are defined at the start of this file:
"../course/yui/modchooser/modchooser.js"
changing it to:
PAGECONTENT : 'body',
seems to work and shouldn't impact performance since when used it is narrowed by one of the following:
SECTION : 'li.section',
SITEMENU : 'div.block_site_main_menu',
SITETOPIC : 'div.sitetopic'
- blocks
-
CONTRIB-3915 Can't add activities or resources to OU Module: subpage
-
- Open
-
- Discovered while testing
-
MDL-43684 Activity drag and drop makes an activity appear "visible" even when it's not.
-
- Closed
-
- will be (partly) resolved by
-
MDL-43167 Frontpage should support the same JavaScript as course pages
-
- Closed
-
- will help resolve
-
MDL-36164 Changing/removing CSS ID and CLASS selector names in theme layouts can silently break a variety of AJAX interactions.
-
- Closed
-