mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch '2938-Problema-con-tags-en-el-wizard-y-la-vista-de-informes-return-dev' into 'develop'
Fixed issue with secondary group See merge request artica/pandorafms!2049 Former-commit-id: a15d60276ecf0e0e782907a1036741e68aa577ef
This commit is contained in:
commit
b901e1db0f
@ -343,7 +343,8 @@ if (is_ajax ()) {
|
||||
'module_condition', 'AND', 'tagente_modulo', false, array(), true);
|
||||
|
||||
$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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user