Fix tag treeview level2

This commit is contained in:
Calvo 2021-09-14 13:03:38 +02:00
parent 538da5ff30
commit e30fb70f11
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;
}