mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fix treeview modules sql inner condition
This commit is contained in:
parent
ace916bc8e
commit
e0b3536d1b
@ -28,6 +28,8 @@ class TreeModule extends Tree
|
||||
$this->L1fieldNameSql = 'tam.nombre';
|
||||
$this->L1inner = '';
|
||||
$this->L1orderByFinal = 'name';
|
||||
$this->L1innerInside = 'INNER JOIN tagente_modulo tam
|
||||
ON ta.id_agente = tam.id_agente';
|
||||
|
||||
$this->L2condition = "AND tam.nombre = '".$this->symbol2name($this->rootID)."'";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user