Skip to content
Snippets Groups Projects
Commit 3f247b69 authored by Maxim Medinskiy's avatar Maxim Medinskiy
Browse files

MAGETWO-35088: Page and Block Data and Repository Interfaces

parent 8e9dcd9b
No related merge requests found
...@@ -144,7 +144,7 @@ class FilterPool extends AbstractView ...@@ -144,7 +144,7 @@ class FilterPool extends AbstractView
} }
$condition = $this->filterPoolProvider->getFilter($metaData[$field]['filter_type'])->getCondition($value); $condition = $this->filterPoolProvider->getFilter($metaData[$field]['filter_type'])->getCondition($value);
if ($condition !== null) { 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