Skip to content

Commit b194a60

Browse files
committed
fix(targetticket): composite ticket settings
1 parent 01ce7da commit b194a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/targetticket.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ protected function showCompositeTicketSettings($rand) {
465465
'fieldtype' => ['glpiselect'],
466466
'itemtype' => [Ticket::class],
467467
'used' => $excludedQuestionIds,
468-
'display' => false,
469468
],
470469
'_link_plugin_formcreator_questions_id',
471-
null
470+
null,
471+
['display' => false]
472472
);
473473
echo '</span>';
474474

0 commit comments

Comments
 (0)