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:
Tatiana Llorente 2019-01-08 13:38:35 +01:00
commit 561579580e
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}