From 5bce864c43c2526bae6bc95d9bb3184032beed9a Mon Sep 17 00:00:00 2001 From: Tim Schmitz Date: Tue, 2 Jun 2026 14:17:54 +0200 Subject: [PATCH] Container: fix parameters for page editor action (47845) --- components/ILIAS/Container/classes/class.ilContainerGUI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ILIAS/Container/classes/class.ilContainerGUI.php b/components/ILIAS/Container/classes/class.ilContainerGUI.php index dacd8e29a7d4..fde7e714a6ea 100755 --- a/components/ILIAS/Container/classes/class.ilContainerGUI.php +++ b/components/ILIAS/Container/classes/class.ilContainerGUI.php @@ -441,6 +441,7 @@ public function renderObject(): void !$this->isActiveOrdering() && $this->supportsPageEditor() ) { + $this->ctrl->setParameter($this, "ref_id", $this->object->getRefId()); $toolbar->addButton( $lng->txt("cntr_text_media_editor"), $ilCtrl->getLinkTarget($this, "editPageFrame")