Fixed tags on Tree view

This commit is contained in:
fermin831 2018-09-28 09:37:16 +02:00
parent aceb67dd69
commit 81e15c4dc9
2 changed files with 4 additions and 3 deletions

View File

@ -909,9 +909,6 @@ class Tree {
tam.id_tipo_modulo, tam.id_modulo, tae.estado, tae.datos, tam.id_tipo_modulo, tam.id_modulo, tae.estado, tae.datos,
tam.parent_module_id AS parent, tatm.id AS alerts'; tam.parent_module_id AS parent, tatm.id AS alerts';
// has any of this tags.
$tag_join = '';
$sql = "SELECT $columns $sql = "SELECT $columns
FROM tagente_modulo tam FROM tagente_modulo tam
$tag_join $tag_join

View File

@ -48,6 +48,10 @@ class TreeTag extends Tree {
$this->getThirdLevel(); $this->getThirdLevel();
} }
} }
protected function getTagJoin () {
return '';
}
} }
?> ?>