Skip to content

Commit

Permalink
fix(formanswer): malformed search option
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Dec 13, 2022
1 parent fe2130b commit 5339b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function rawSearchOptions() {
'table' => 'glpi_plugin_formcreator_forms',
'field' => 'name',
'name' => PluginFormcreatorForm::getTypeName(1),
'datatype' => 'string',
'datatype' => 'dropdown',
'massiveaction' => false
];

Expand Down

0 comments on commit 5339b79

Please sign in to comment.