Skip to content

Commit 9dca2d8

Browse files
committed
MAGETWO-66402: Backward Incompatible Change
- fix comment
1 parent 086cd2a commit 9dca2d8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Component/MassAction

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Component/MassAction/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private function getFilterIds()
221221
$idsArray = [];
222222
$this->applySelectionOnTargetProvider();
223223
if ($this->getDataProvider() instanceof \Magento\Ui\DataProvider\AbstractDataProvider) {
224-
// Use collection's getItems for optimization purposes.
224+
// Use collection's getAllIds for optimization purposes.
225225
$idsArray = $this->getDataProvider()->getAllIds();
226226
} else {
227227
$searchResult = $this->getDataProvider()->getSearchResult();

0 commit comments

Comments
 (0)