moodle-mod_scheduler icon indicating copy to clipboard operation
moodle-mod_scheduler copied to clipboard

Update template for bootstrap 5 to fix "Add slots" dropdown menu not working in Moodle 5

Open monnardj opened this issue 7 months ago • 1 comments

Moodle 5.0 has migrated to booststrap 5. As a consequence, the dropdown menu "Add slots" in the scheduler activity is no longer working. This is because data attributes have been namespaced. data-toggle="dropdown" is now data-bs-toggle="dropdown". This pull request adapts the template with the new attribute name.

monnardj avatar Apr 16 '25 07:04 monnardj

Thank you for the patch, I can confirm this works. Hopefully the maintainer will merge it anytime...

danielneis avatar Sep 12 '25 18:09 danielneis