2010-04-26 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2010-04-26 10:03:39 +00:00
parent 47fd26430b
commit 1144ccaed3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-04-26 Miguel de Dios <miguel.dedios@artica.es>
* 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 <junichi@rworks.jp>
* 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 <miguel.dedios@artica.es>
2010-04-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/reporting_builder.php: re-added the list of reports,
re-added the delete reports. And fixed the notice PHP message and the

View File

@ -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)