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:
Daniel Rodriguez 2021-05-06 12:14:16 +00:00
commit 0371a9acd6
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ class Tree
$agent_search_filter = $this->getAgentSearchFilter();
$agent_status_filter = $this->getAgentStatusFilter();
$module_search_filter = $this->getModuleSearchFilter();
$module_status_filter = $this->getModuleStatusFilter();
$module_status_filter = $this->getModuleStatusFilterFromTestado($this->filter['statusModule']);
$condition = $this->L2condition;
$condition_inside = $this->L2conditionInside;