Skip to content

Commit 5339b79

Browse files
committed
fix(formanswer): malformed search option
1 parent fe2130b commit 5339b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/formanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function rawSearchOptions() {
208208
'table' => 'glpi_plugin_formcreator_forms',
209209
'field' => 'name',
210210
'name' => PluginFormcreatorForm::getTypeName(1),
211-
'datatype' => 'string',
211+
'datatype' => 'dropdown',
212212
'massiveaction' => false
213213
];
214214

0 commit comments

Comments
 (0)