Merge branch 'ent-3270-Bug-en-las-consolas-visuales-de-tipo-bars-graph' into 'develop'

fix bug in bars graph visual console editor

See merge request artica/pandorafms!2849
This commit is contained in:
Daniel Rodriguez 2020-01-07 09:44:25 +01:00
commit de77e76c3a
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,7 @@ switch ($action) {
[
'disabled' => 0,
'id_agente' => $elementFields['id_agent'],
'tagente_modulo.id_tipo_modulo IN' => '(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,17,23,3,10,33)',
'tagente_modulo.id_tipo_modulo IN' => '(17,23,3,10,33)',
]
);