Skip to content

Commit

Permalink
Merge branch 'MDL-82810' of https://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyatregubov committed Aug 29, 2024
2 parents b6d8640 + 8a662a0 commit 5c50a77
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 5c50a77

Please sign in to comment.