Skip to content

Commit

Permalink
fix(targetticket,targetchange): adding tags was broken
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 13, 2021
1 parent a56cbf2 commit bdd0ac9
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 @@ -1158,7 +1158,7 @@ public function getQuestionsFromFormBySection($formId, $crit = []) {
public static function dropdownForForm($formId, $crit, $name, $value, $options = []) {
$question = new self();
$items = $question->getQuestionsFromFormBySection($formId, $crit);
$options = [
$options = $options + [
'display' => $options['display'] ?? true,
'value' => $value,
];
Expand Down

0 comments on commit bdd0ac9

Please sign in to comment.