Skip to content

Commit 3f247b6

Browse files
author
Maxim Medinskiy
committed
MAGETWO-35088: Page and Block Data and Repository Interfaces
1 parent 8e9dcd9 commit 3f247b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Component/FilterPool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected function updateDataCollection()
144144
}
145145
$condition = $this->filterPoolProvider->getFilter($metaData[$field]['filter_type'])->getCondition($value);
146146
if ($condition !== null) {
147-
$collection->addFilter($field, $field, $condition);
147+
$collection->addFieldToFilter($field, $condition);
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)