From f255c3d5402773dbfd845eef91d6172b02829d0c Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 26 Apr 2010 10:03:39 +0000 Subject: [PATCH] 2010-04-26 Miguel de Dios * include/javascript/pandora.js: in the function "agent_changed_by_multiple_agents"fixed the id of "All" group, now it's the 0. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2608 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 8 +++++++- pandora_console/include/javascript/pandora.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6e2da18444..e9d7d3877f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-04-26 Miguel de Dios + + * include/javascript/pandora.js: in the function + "agent_changed_by_multiple_agents"fixed the id of "All" group, now it's the + 0. + 2010-04-26 Junichi Satoh * godmode/agentes/module_manager_editor_plugin.php, @@ -21,7 +27,7 @@ All group on combos from 1 to 0 and fix the group all on tables -2010-04-22 Miguel de Dios +2010-04-23 Miguel de Dios * godmode/reporting/reporting_builder.php: re-added the list of reports, re-added the delete reports. And fixed the notice PHP message and the diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index e90e1e2658..392cc5a1a0 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -162,7 +162,7 @@ function agent_module_autocomplete (id_agent_name, id_agent_id, id_agent_module_ extraParams: { page: "include/ajax/agent", search_agents: 1, - id_group: 1 + id_group: 0 }, formatItem: function (data, i, total) { if (total == 0)