diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 88437bfa33..a4b08a8198 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-07-16 Sergio Martin + + * godmode/massive/massive_delete_alerts.php: Fixed an + ajax call to retrieve the agents associated to an alert + template in massive alerts deletion for bug #2282 + 2013-07-16 Sergio Martin * godmode/agentes/agent_wizard.snmp_explorer.php diff --git a/pandora_console/godmode/massive/massive_delete_alerts.php b/pandora_console/godmode/massive/massive_delete_alerts.php index 73dacc5c95..a80497baa5 100644 --- a/pandora_console/godmode/massive/massive_delete_alerts.php +++ b/pandora_console/godmode/massive/massive_delete_alerts.php @@ -252,7 +252,7 @@ $(document).ready (function () { "get_agents" : 1, "id_group" : this.value, "recursion" : $("#checkbox-recursion").attr ("checked") ? 1 : 0, - "id_alert_template" : $("#id_alert_template").attr ("value") + "id_alert_template" : $("#id_alert_template").val() }, function (data, status) { options = "";