2010-04-26 Ramon Novoa <rnovoa@artica.es>
* include/javascript/pandora.js: The id_group filter in agent_module_autocomplete is no longer needed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2609 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1144ccaed3
commit
7a39659802
|
@ -1,3 +1,8 @@
|
|||
2010-04-26 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/javascript/pandora.js: The id_group filter in
|
||||
agent_module_autocomplete is no longer needed.
|
||||
|
||||
2010-04-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/pandora.js: in the function
|
||||
|
|
|
@ -162,7 +162,6 @@ function agent_module_autocomplete (id_agent_name, id_agent_id, id_agent_module_
|
|||
extraParams: {
|
||||
page: "include/ajax/agent",
|
||||
search_agents: 1,
|
||||
id_group: 0
|
||||
},
|
||||
formatItem: function (data, i, total) {
|
||||
if (total == 0)
|
||||
|
|
Loading…
Reference in New Issue