Merge branch '2958-Bug-en-filtrado-de-módulos-en-la-creación-de-alertas' into 'develop'
Added parameter width id agent - #2958 See merge request artica/pandorafms!1891 Former-commit-id: 3288ce807e8ab67daab9d6f4795a263c8467bc7f
This commit is contained in:
commit
561579580e
|
@ -65,6 +65,8 @@ if (! $id_agente) {
|
|||
$params['selectbox_id'] = 'id_agent_module';
|
||||
$params['javascript_is_function_select'] = true;
|
||||
$params['metaconsole_enabled'] = false;
|
||||
$params['use_hidden_input_idagent'] = true;
|
||||
$params['print_hidden_input_idagent'] = true;
|
||||
$table->data['agent'][1] = ui_print_agent_autocomplete_input($params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue