Skip to content

Commit 72a259f

Browse files
matheuszychaaronbidzan
authored andcommitted
Removes error message from background
1 parent 2466cae commit 72a259f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

components/ILIAS/Test/src/Presentation/class.TestScreenGUI.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,6 @@ private function getStartLauncherLink(): Link
419419
private function evaluateLauncherModalForm(Result $result): void
420420
{
421421
if ($result->isError()) {
422-
$this->tpl->setOnScreenMessage(
423-
\ilGlobalTemplateInterface::MESSAGE_TYPE_FAILURE,
424-
$this->lng->txt('tst_exam_required_fields_not_filled_message'),
425-
true
426-
);
427422
return;
428423
}
429424

0 commit comments

Comments
 (0)