You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for all form_answers submited from a form can be achieved by requesting form name.
name in text format and search doesn't work when names contains spaces or special chars or if too long.
So it would be usefull to add form id in form_anwers_seach options
Looking for all form_answers submited from a form can be achieved by requesting form name.
name in text format and search doesn't work when names contains spaces or special chars or if too long.
So it would be usefull to add form id in form_anwers_seach options
class PluginFormcreatorForm_Answer
public function rawSearchOptions()
//add this option :
$tab[] = [
'id' => '9',
'table' => 'glpi_plugin_formcreator_forms',
'field' => 'id',
'name' => __('ID'),
'searchtype' => 'contains',
'datatype' => 'integer',
'massiveaction' => false
];
The text was updated successfully, but these errors were encountered: