Skip to content

Commit

Permalink
43863: Failed test: Blogeintrag löschen - Bestätigungsmeldung beim Ab…
Browse files Browse the repository at this point in the history
…bruch
  • Loading branch information
alex40724 committed Feb 8, 2025
1 parent 9309599 commit 2ae6ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Blog/Posting/class.ilBlogPostingGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ public function cancelBlogPostingDeletion(): void
{
$ilCtrl = $this->ctrl;

$ilCtrl->redirect($this, "preview");
$ilCtrl->setParameterByClass("ilobjbloggui", "blpg", ""); // #14363
$ilCtrl->redirectByClass("ilobjbloggui", "render");
}

public function confirmBlogPostingDeletion(): void
Expand Down

0 comments on commit 2ae6ae3

Please sign in to comment.