mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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:
parent
acab149e45
commit
f255c3d540
@ -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>
|
2010-04-26 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* godmode/agentes/module_manager_editor_plugin.php,
|
* godmode/agentes/module_manager_editor_plugin.php,
|
||||||
@ -21,7 +27,7 @@
|
|||||||
All group on combos from 1 to 0 and fix the
|
All group on combos from 1 to 0 and fix the
|
||||||
group all on tables
|
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,
|
* godmode/reporting/reporting_builder.php: re-added the list of reports,
|
||||||
re-added the delete reports. And fixed the notice PHP message and the
|
re-added the delete reports. And fixed the notice PHP message and the
|
||||||
|
@ -162,7 +162,7 @@ function agent_module_autocomplete (id_agent_name, id_agent_id, id_agent_module_
|
|||||||
extraParams: {
|
extraParams: {
|
||||||
page: "include/ajax/agent",
|
page: "include/ajax/agent",
|
||||||
search_agents: 1,
|
search_agents: 1,
|
||||||
id_group: 1
|
id_group: 0
|
||||||
},
|
},
|
||||||
formatItem: function (data, i, total) {
|
formatItem: function (data, i, total) {
|
||||||
if (total == 0)
|
if (total == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user