From af763e14e9ee4a251a6a60f8fec7161789fa882f Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 1 Feb 2017 19:17:20 +0100 Subject: [PATCH] Timethreshold_alert_edition_fix - 2 / Load fields fired in popup - #25 --- pandora_console/include/ajax/alert_list.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/ajax/alert_list.ajax.php b/pandora_console/include/ajax/alert_list.ajax.php index 66a1dce59d..f4611bc530 100644 --- a/pandora_console/include/ajax/alert_list.ajax.php +++ b/pandora_console/include/ajax/alert_list.ajax.php @@ -119,7 +119,7 @@ if ($show_update_action_menu) { $id_action = (int) get_parameter ('id_action'); $actions = alerts_get_alert_agent_module_actions ($id_alert); - $action_opction = db_get_row ('talert_template_module_actions', 'id', $id_alert); + $action_opction = db_get_row ('talert_template_module_actions', 'id_alert_template_module', $id_alert); $data .= '
'; $data .= '';