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:
Matias Didier 2023-06-26 12:05:29 +00:00
commit 3bbb0cb233
1 changed files with 1 additions and 1 deletions

View File

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