From 0a62b9769aef94daf862cae3c75d025fc4737ee9 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Wed, 27 Apr 2022 11:22:33 +0200 Subject: [PATCH] fix(targetticket): associated elements from question --- inc/targetticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/targetticket.class.php b/inc/targetticket.class.php index dc5d7205b..15fad4e28 100644 --- a/inc/targetticket.class.php +++ b/inc/targetticket.class.php @@ -1197,7 +1197,7 @@ protected function showAssociateSettings($rand) { $this->getForm(), [ 'fieldtype' => 'glpiselect', - 'values' => $CFG_GLPI['ticket_types'] + 'itemtype' => $CFG_GLPI['ticket_types'] ], '_associate_question', $this->fields['associate_question']