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 91e6e33 commit b68802fCopy full SHA for b68802f
app/code/Magento/Catalog/Controller/Adminhtml/Product/MassStatus.php
@@ -87,7 +87,7 @@ public function execute()
87
$filterRequest = $this->getRequest()->getParam('filters', null);
88
$status = (int) $this->getRequest()->getParam('status');
89
90
- if (null !== $storeId && null !== $filterRequest) {
+ if (null === $storeId && null !== $filterRequest) {
91
$storeId = (isset($filterRequest['store_id'])) ? (int) $filterRequest['store_id'] : 0;
92
}
93
0 commit comments