Skip to content

Commit

Permalink
fix(targetticket,targetchange): unsaved question ID for tags from que…
Browse files Browse the repository at this point in the history
…stion, restore multiple choice

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jul 2, 2020
1 parent 10c0022 commit 255d0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ public function getQuestionsFromFormBySection($formId, $crit = []) {
public static function dropdownForForm($formId, $crit, $name, $value) {
$question = new self();
$items = $question->getQuestionsFromFormBySection($formId, $crit);
Dropdown::showFromArray($name, $items, []);
Dropdown::showFromArray($name, $items, $value);
}

/**
Expand Down

0 comments on commit 255d0e7

Please sign in to comment.