We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086cd2a commit 9dca2d8Copy full SHA for 9dca2d8
app/code/Magento/Ui/Component/MassAction/Filter.php
@@ -221,7 +221,7 @@ private function getFilterIds()
221
$idsArray = [];
222
$this->applySelectionOnTargetProvider();
223
if ($this->getDataProvider() instanceof \Magento\Ui\DataProvider\AbstractDataProvider) {
224
- // Use collection's getItems for optimization purposes.
+ // Use collection's getAllIds for optimization purposes.
225
$idsArray = $this->getDataProvider()->getAllIds();
226
} else {
227
$searchResult = $this->getDataProvider()->getSearchResult();
0 commit comments