Skip to content

Commit

Permalink
Checkoboxes fixed. It is inconvenient that the page seems to be fully…
Browse files Browse the repository at this point in the history
… reloaded. URL parameters are still duplicated.
  • Loading branch information
hgeorgsch committed Sep 30, 2022
1 parent 20d81ff commit f0f23d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ function get_qbank_view(\core_question\local\bank\question_edit_contexts $contex
'qpage' => $qpage,
'qperpage' => $qperpage,
'cat' => $pagevars['cat'],
'recurse' => true,
'showhidden' => true,
'qbshowtext' => true
'recurse' => $pagevars['recurse'],
'showhidden' => $pagevars['showhidden'],
'qbshowtext' => $pagevars['qbshowtext']
];
// Capture question bank display in buffer to have the renderer render output.
ob_start();
Expand Down

0 comments on commit f0f23d1

Please sign in to comment.