mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-7218-filtrado-erroneo-tree-view' into 'develop'
Fixed treeview filter by module status See merge request artica/pandorafms!3981
This commit is contained in:
commit
0371a9acd6
@ -1020,7 +1020,7 @@ class Tree
|
|||||||
$agent_search_filter = $this->getAgentSearchFilter();
|
$agent_search_filter = $this->getAgentSearchFilter();
|
||||||
$agent_status_filter = $this->getAgentStatusFilter();
|
$agent_status_filter = $this->getAgentStatusFilter();
|
||||||
$module_search_filter = $this->getModuleSearchFilter();
|
$module_search_filter = $this->getModuleSearchFilter();
|
||||||
$module_status_filter = $this->getModuleStatusFilter();
|
$module_status_filter = $this->getModuleStatusFilterFromTestado($this->filter['statusModule']);
|
||||||
|
|
||||||
$condition = $this->L2condition;
|
$condition = $this->L2condition;
|
||||||
$condition_inside = $this->L2conditionInside;
|
$condition_inside = $this->L2conditionInside;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user