Merge branch 'ent-11404-15690-ordenar-interfaces-correctamente' into 'develop'
Ent 11404 15690 ordenar interfaces correctamente See merge request artica/pandorafms!6008
This commit is contained in:
commit
3bbb0cb233
|
@ -1690,7 +1690,7 @@ function agents_get_modules(
|
|||
WHERE tagente_modulo.delete_pending = 0
|
||||
AND %s
|
||||
GROUP BY 1
|
||||
ORDER BY 1',
|
||||
ORDER BY tagente_modulo.nombre',
|
||||
($details != 'tagente_modulo.*' && $indexed) ? 'tagente_modulo.id_agente_modulo,' : '',
|
||||
io_safe_output(implode(',', (array) $details)),
|
||||
$sql_tags_join,
|
||||
|
|
Loading…
Reference in New Issue