mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-60621 core_course: Disable scrollable in the activity chooser modal
This commit is contained in:
parent
e13cbf9e27
commit
8ee9fbca8d
2
course/amd/build/activitychooser.min.js
vendored
2
course/amd/build/activitychooser.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -248,6 +248,7 @@ const buildModal = (bodyPromise, footer) => {
|
||||
body: bodyPromise,
|
||||
footer: footer.customfootertemplate,
|
||||
large: true,
|
||||
scrollable: false,
|
||||
templateContext: {
|
||||
classes: 'modchooser'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user