Skip to content

Commit

Permalink
Merge pull request #8 from ingoj/main
Browse files Browse the repository at this point in the history
fix problems with current version of CascadeSelect
  • Loading branch information
mstuder authored Feb 2, 2023
2 parents f94e00c + 1fe7e4d commit 6b60bd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/UDFCheck/UDFCheckFormGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ protected function initForm() {
$check_radio->addOption($check_radio_text);

foreach ($select_gui->getColumnDefinition() as $key => $name) {
if (is_array($name)) {
$name=$name["name"]." ( ".$name["default"]." ) ";
}
$text_gui = new ilTextInputGUI($name, self::F_CHECK_VALUE_MUL . $key);
$check_radio_text->addSubItem($text_gui);
}
Expand Down

0 comments on commit 6b60bd3

Please sign in to comment.