diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 193bace332..deee17606d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-09-18 Juan Manuel Ramon + + * godmode/alerts/configure_alert_action.php: Fix update + process of alert actions when group is not ALL. + 2013-09-20 Sergio Martin * operation/agentes/estado_monitores.php diff --git a/pandora_console/godmode/alerts/configure_alert_action.php b/pandora_console/godmode/alerts/configure_alert_action.php index ae2996dca8..3ceda0d611 100644 --- a/pandora_console/godmode/alerts/configure_alert_action.php +++ b/pandora_console/godmode/alerts/configure_alert_action.php @@ -139,6 +139,11 @@ if ($id) { html_print_input_hidden ('update_action', 1); html_print_submit_button (__('Update'), 'create', false, 'class="sub upd"'); } + } + else { + + html_print_input_hidden ('update_action', 1); + html_print_submit_button (__('Update'), 'create', false, 'class="sub upd"'); } } else {