Merge branch 'ent-8003-bung-en-despliegue-de-tags-en-tree-view' into 'develop'

Fix tag treeview level2

See merge request artica/pandorafms!4407
This commit is contained in:
Daniel Rodriguez 2021-09-22 09:09:11 +00:00
commit ce286f2654
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ class TreeTag extends Tree
$this->L1orderByFinal = 'tt.name';
$this->L2condition = 'AND ttm.id_tag = '.$this->rootID;
$this->L2inner = $this->L1innerInside;
$this->L2inner = 'INNER JOIN ttag_module ttm
ON ttm.id_agente_modulo = tam.id_agente_modulo';
$this->L3forceTagCondition = true;
}