diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index aeafd08118..0e5a90fff0 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -575,7 +575,7 @@ if ($step == 2) { } $table->data[4][1] = html_print_select_from_sql ($sql_query, 'default_action', $default_action, '', __('None'), 0, - true, false, false) . + true, false, false, false, false, false, 0) . ui_print_help_tip ( __('In case you fill any Field 1, Field 2 or Field 3 above, those will replace the corresponding fields of this associated "Default action".'), true);