From 2fc280c375eb880e0cfc27e0efc58cd049044596 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 12 Jul 2010 15:00:34 +0000 Subject: [PATCH] 2010-07-12 Miguel de Dios * godmode/alerts/configure_alert_compound.php: fixed the page to request ajax, now it's new ajax page. Fixes: #3020713 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/alerts/configure_alert_compound.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index bc7312fe56..9d4a5a7e2e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-07-12 Miguel de Dios + + * godmode/alerts/configure_alert_compound.php: fixed the page to request + ajax, now it's new ajax page. + Fixes: #3020713 + 2010-07-12 Miguel de Dios * include/javascript/pandora_visual_console.js: in function "draw_line" diff --git a/pandora_console/godmode/alerts/configure_alert_compound.php b/pandora_console/godmode/alerts/configure_alert_compound.php index 2514e90406..30c7c810f4 100644 --- a/pandora_console/godmode/alerts/configure_alert_compound.php +++ b/pandora_console/godmode/alerts/configure_alert_compound.php @@ -721,7 +721,7 @@ $(document).ready (function () { $("#alerts_loading").show (); $("#alert_list tbody").empty (); jQuery.post ("ajax.php", - {"page" : "godmode/alerts/alert_list", + {"page" : "include/ajax/alert_list.ajax", "get_agent_alerts_simple" : 1, "id_agent" : this.value },