From 5339b791258b2b93d92bebbb971f31a8d89fbf7c Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 13 Dec 2022 14:21:34 +0100 Subject: [PATCH] fix(formanswer): malformed search option --- inc/formanswer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/formanswer.class.php b/inc/formanswer.class.php index 57cc2ab6c..a64878b75 100644 --- a/inc/formanswer.class.php +++ b/inc/formanswer.class.php @@ -208,7 +208,7 @@ public function rawSearchOptions() { 'table' => 'glpi_plugin_formcreator_forms', 'field' => 'name', 'name' => PluginFormcreatorForm::getTypeName(1), - 'datatype' => 'string', + 'datatype' => 'dropdown', 'massiveaction' => false ];