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)