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 1f77bd1 commit 1c401d1Copy full SHA for 1c401d1
app/code/Magento/Backend/Block/Widget/Grid/Massaction/AbstractMassaction.php
@@ -277,9 +277,9 @@ public function getGridIdsJson()
277
/** @var \Magento\Framework\Data\Collection $allIdsCollection */
278
$allIdsCollection = clone $this->getParentBlock()->getCollection();
279
280
- if($this->getMassactionIdField()) {
+ if ($this->getMassactionIdField()) {
281
$massActionIdField = $this->getMassactionIdField();
282
- }else {
+ } else {
283
$massActionIdField = $this->getParentBlock()->getMassactionIdField();
284
}
285
0 commit comments