Skip to content

Commit

Permalink
T&A Remove disable open form tag for info screen gui
Browse files Browse the repository at this point in the history
  • Loading branch information
thojou committed Dec 12, 2024
1 parent 20a5a2a commit 5ab1151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ILIAS/Test/classes/class.ilObjTestGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,6 @@ private function forwardToInfoScreen(): void
$this->trackTestObjectReadEvent();
}
$info = new ilInfoScreenGUI($this);
$info->setOpenFormTag(false);

if ($this->isCommandClassAnyInfoScreenChild()) {
$this->ctrl->forwardCommand($info);
Expand Down

0 comments on commit 5ab1151

Please sign in to comment.