Skip to content

Commit

Permalink
Group: display wait list default correctly (41862)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Aug 12, 2024
1 parent a5746b3 commit 9c947f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Group/classes/class.ilObjGroupGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1606,6 +1606,8 @@ public function initForm(string $a_mode = 'edit', bool $a_omit_form_action = fal
$wait->setValue('2');
} elseif ($this->object->isWaitingListEnabled()) {
$wait->setValue('1');
} else {
$wait->setValue('0');
}

$lim->addSubItem($wait);
Expand Down

0 comments on commit 9c947f6

Please sign in to comment.