Skip to content

Commit ae3188a

Browse files
committed
fix(targetticket,targetchange): unsaved question ID for tags from question, restore multiple choice
Signed-off-by: Thierry Bugier <[email protected]>
1 parent d5ea386 commit ae3188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/question.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ public function getQuestionsFromFormBySection($formId, $crit = []) {
11391139
public static function dropdownForForm($formId, $crit, $name, $value) {
11401140
$question = new self();
11411141
$items = $question->getQuestionsFromFormBySection($formId, $crit);
1142-
Dropdown::showFromArray($name, $items, []);
1142+
Dropdown::showFromArray($name, $items, $value);
11431143
}
11441144

11451145
/**

0 commit comments

Comments
 (0)