mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-82810 question bank: stop action menu from getting truncated
This commit is contained in:
parent
d559cde424
commit
d580889967
@ -53,6 +53,7 @@ class edit_menu_column extends column_base {
|
||||
|
||||
$menu = new \action_menu();
|
||||
$menu->set_menu_trigger(get_string('edit'));
|
||||
$menu->set_boundary('window');
|
||||
foreach ($actions as $action) {
|
||||
$action = $action->get_action_menu_link($question);
|
||||
if ($action) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user