#12684 Fix tree view filter
This commit is contained in:
parent
dd322ad283
commit
696ca72a80
|
@ -1068,9 +1068,7 @@ class Tree
|
||||||
$module_search_filter = '';
|
$module_search_filter = '';
|
||||||
|
|
||||||
if (!empty($this->filter['searchModule'])) {
|
if (!empty($this->filter['searchModule'])) {
|
||||||
$module_search_inner = '
|
$module_search_inner = '';
|
||||||
INNER JOIN tagente_estado tae
|
|
||||||
ON tae.id_agente_modulo = tam.id_agente_modulo';
|
|
||||||
$module_search_filter = "AND tam.disabled = 0
|
$module_search_filter = "AND tam.disabled = 0
|
||||||
AND tam.nombre LIKE '%%".$this->filter['searchModule']."%%' ".$this->getModuleStatusFilterFromTestado();
|
AND tam.nombre LIKE '%%".$this->filter['searchModule']."%%' ".$this->getModuleStatusFilterFromTestado();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue