Skip to content

Commit cb8a09f

Browse files
committed
ACP2E-1214: [Magento Cloud] - Mass Delete Product Review doesnt work when logged in as limited user role
1 parent 735a01b commit cb8a09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Review/Controller/Adminhtml/Product/MassDelete.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ private function getCollection(): Collection
123123
->getIdFieldName(),
124124
$this->getRequest()->getParam('reviews')
125125
);
126+
$collection->addStoreData();
126127

127128
$this->collection = $collection;
128129
}

0 commit comments

Comments
 (0)