Fixed issue with secondary group
Former-commit-id: 879f30eec17cc27446c86dcc34bb4d774f0632dc
This commit is contained in:
parent
e472612597
commit
b155b06ae9
|
@ -343,7 +343,8 @@ if (is_ajax ()) {
|
||||||
'module_condition', 'AND', 'tagente_modulo', false, array(), true);
|
'module_condition', 'AND', 'tagente_modulo', false, array(), true);
|
||||||
|
|
||||||
$sql_tags_join = "INNER JOIN tagente ON tagente.id_agente = t1.id_agente
|
$sql_tags_join = "INNER JOIN tagente ON tagente.id_agente = t1.id_agente
|
||||||
INNER JOIN ttag_module ON ttag_module.id_agente_modulo = t1.id_agente_modulo";
|
INNER JOIN ttag_module ON ttag_module.id_agente_modulo = t1.id_agente_modulo
|
||||||
|
LEFT JOIN tagent_secondary_group tasg ON tagente.id_agente = tasg.id_agent";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_metaconsole()) {
|
if (is_metaconsole()) {
|
||||||
|
|
Loading…
Reference in New Issue