Skip to content
Snippets Groups Projects
Commit 86406cf4 authored by okarpenko's avatar okarpenko
Browse files
parents af7d4931 3f247b69
Branches
No related merge requests found
......@@ -144,7 +144,7 @@ class FilterPool extends AbstractView
}
$condition = $this->filterPoolProvider->getFilter($metaData[$field]['filter_type'])->getCondition($value);
if ($condition !== null) {
$collection->addFilter($field, $field, $condition);
$collection->addFieldToFilter($field, $condition);
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment