mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-12475-listado-de-agente-en-custom-graphs-muestra-agent-name-en-vez-de-alias' into 'develop'
Ent 12475 Listado de agente en custom graphs muestra agent name en vez de alias See merge request artica/pandorafms!6682
This commit is contained in:
commit
df1404624c
@ -1745,7 +1745,7 @@ function html_print_select_multiple_modules_filtered(array $data):string
|
||||
'label' => __('Agents'),
|
||||
'label_class' => 'font-title-font',
|
||||
'type' => 'select_from_sql',
|
||||
'sql' => 'SELECT `id_agente`,`nombre` FROM tagente',
|
||||
'sql' => 'SELECT `id_agente`,`alias` FROM tagente',
|
||||
'name' => 'filtered-module-agents-'.$uniqId,
|
||||
'selected' => explode(',', $data['mAgents']),
|
||||
'return' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user