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