Skip to content

Commit

Permalink
Merge pull request #4701 from HochschuleLuzern/fix_finish_editing_wit…
Browse files Browse the repository at this point in the history
…h_locking

Fixes Shown Preview Page when Locking is Enabled
  • Loading branch information
mbecker-databay authored Jul 5, 2022
2 parents ee1d330 + e250882 commit 92c6a89
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ public function showPage()
// fau.
return parent::showPage();
}

public function finishEditing()
{
$this->ctrl->redirectByClass('ilAssQuestionPreviewGUI', ilAssQuestionPreviewGUI::CMD_SHOW);
}

public function postOutputProcessing($output)
{
Expand Down

0 comments on commit 92c6a89

Please sign in to comment.