mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch '1282-Errores-en-selectores-de-agentes-y-módulos-dev' into 'develop'
Fixed ordering and repetition modules See merge request artica/pandorafms!820
This commit is contained in:
commit
89f5af3b52
@ -600,7 +600,7 @@ $(document).ready (function () {
|
|||||||
var params = {
|
var params = {
|
||||||
"page" : "operation/agentes/ver_agente",
|
"page" : "operation/agentes/ver_agente",
|
||||||
"get_agent_modules_json" : 1,
|
"get_agent_modules_json" : 1,
|
||||||
"get_id_and_name" : 1,
|
"get_distinct_name" : 1,
|
||||||
"indexed" : 0,
|
"indexed" : 0,
|
||||||
"privilege" : "AW"
|
"privilege" : "AW"
|
||||||
};
|
};
|
||||||
|
@ -741,7 +741,7 @@ $(document).ready (function () {
|
|||||||
var params = {
|
var params = {
|
||||||
"page" : "operation/agentes/ver_agente",
|
"page" : "operation/agentes/ver_agente",
|
||||||
"get_agent_modules_json" : 1,
|
"get_agent_modules_json" : 1,
|
||||||
"get_id_and_name" : 1,
|
"get_distinct_name" : 1,
|
||||||
"indexed" : 0
|
"indexed" : 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ if (is_ajax ()) {
|
|||||||
$filter[] = "(notinit_count = total_count)";
|
$filter[] = "(notinit_count = total_count)";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$filter['order'] = "nombre ASC";
|
$filter['order'] = "alias ASC";
|
||||||
|
|
||||||
// Build fields
|
// Build fields
|
||||||
$fields = array('id_agente', 'alias');
|
$fields = array('id_agente', 'alias');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user