File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Steps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class SelectAttributes extends \Magento\Ui\Block\Component\StepsWizard\StepAbstr
17
17
*
18
18
* @var \Magento\Framework\Registry
19
19
*/
20
- protected $ registry = null ;
20
+ protected $ coreRegistry = null ;
21
21
22
22
/**
23
23
* @param \Magento\Framework\View\Element\Template\Context $context
@@ -28,7 +28,7 @@ public function __construct(
28
28
\Magento \Framework \Registry $ registry
29
29
) {
30
30
parent ::__construct ($ context );
31
- $ this ->registry = $ registry ;
31
+ $ this ->coreRegistry = $ registry ;
32
32
}
33
33
34
34
/**
@@ -50,7 +50,7 @@ public function getAddNewAttributeButton($dataProvider = '')
50
50
'productAttributes ' => [
51
51
'dataProvider ' => $ dataProvider ,
52
52
'url ' => $ this ->getUrl ('catalog/product_attribute/new ' , [
53
- 'store ' => $ this ->registry ->registry ('current_product ' )->getStoreId (),
53
+ 'store ' => $ this ->coreRegistry ->registry ('current_product ' )->getStoreId (),
54
54
'product_tab ' => 'variations ' ,
55
55
'popup ' => 1 ,
56
56
'_query ' => [
You can’t perform that action at this time.
0 commit comments