Skip to content

Commit

Permalink
MDL-82810 question bank: stop action menu from getting truncated
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Aug 16, 2024
1 parent 6cd5507 commit 8a662a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions question/classes/local/bank/edit_menu_column.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected function display_content($question, $rowclasses): void {

$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) {
Expand Down

0 comments on commit 8a662a0

Please sign in to comment.