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 daf5fb9 commit c23a55cCopy full SHA for c23a55c
app/code/Magento/Backend/Block/Widget/Grid/Massaction/AbstractMassaction.php
@@ -282,7 +282,7 @@ public function getGridIdsJson()
282
} else {
283
$massActionIdField = $this->getParentBlock()->getMassactionIdField();
284
}
285
- $gridIds = $allIdsCollection->setPageSize(0)->getColumnValues($massActionIdField);
+ $gridIds = $allIdsCollection->setPageSize(0)->getAllColumnValues($massActionIdField);
286
287
if (!empty($gridIds)) {
288
return join(",", $gridIds);
0 commit comments