2013-07-16 Sergio Martin <sergio.martin@artica.es>
* 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8530 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7bd8fc58f5
commit
b0db2b309a
|
@ -1,3 +1,9 @@
|
|||
2013-07-16 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/agent_wizard.snmp_explorer.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 = "";
|
||||
|
|
Loading…
Reference in New Issue