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.
2 parents c3040d3 + 21038b5 commit f28d3b7Copy full SHA for f28d3b7
app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Wizard.php
@@ -38,9 +38,7 @@ public function execute()
38
$this->productBuilder->build($this->getRequest());
39
40
/** @var \Magento\Framework\View\Result\Layout $resultLayout */
41
- $resultLayout = $this->resultFactory->create(ResultFactory::TYPE_PAGE);
42
- $resultLayout->getLayout()->getUpdate()->removeHandle('default');
43
-
+ $resultLayout = $this->resultFactory->create(ResultFactory::TYPE_LAYOUT);
44
return $resultLayout;
45
}
46
0 commit comments