From 3f247b69df877f58ec3b75c9484fd1c5239efd5b Mon Sep 17 00:00:00 2001 From: Maxim Medinskiy <mmedinskiy@ebay.com> Date: Mon, 30 Mar 2015 18:00:44 +0300 Subject: [PATCH] MAGETWO-35088: Page and Block Data and Repository Interfaces --- app/code/Magento/Ui/Component/FilterPool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Ui/Component/FilterPool.php b/app/code/Magento/Ui/Component/FilterPool.php index 6c399f1860c..fae9e248d58 100644 --- a/app/code/Magento/Ui/Component/FilterPool.php +++ b/app/code/Magento/Ui/Component/FilterPool.php @@ -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); } } } -- GitLab