Skip to content

Commit

Permalink
adn: optional cochair
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer-ilias committed Feb 29, 2024
1 parent 21baf70 commit bbff117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Services/ADN/EP/classes/class.adnExaminationEventGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ protected function initEventForm($a_mode = "edit")
$form->addItem($chair);

$cochair1 = new ilSelectInputGUI($lng->txt("adn_cochair") . " 1", "cochair1");
$cochair1->setRequired(true);
$cochair1->setOptions($cochairs);
$cochair1->setOptions(['' => ''] + $cochairs);
$form->addItem($cochair1);

$cochair2 = new ilSelectInputGUI($lng->txt("adn_cochair") . " 2", "cochair2");
Expand Down

0 comments on commit bbff117

Please sign in to comment.