Skip to content

Commit 36ed67f

Browse files
committed
MC-40777: Cannot save product in store view scope without Magento_Catalog::edit_product_design
1 parent 7ad60dd commit 36ed67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Authorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Authorization
3737
/**
3838
* @var RequestInterface
3939
*/
40-
protected $request;
40+
private $request;
4141

4242
/**
4343
* @param AuthorizationInterface $authorization

0 commit comments

Comments
 (0)