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 8e77e2f commit 1623007Copy full SHA for 1623007
app/code/Magento/Variable/Block/System/Variable/Edit.php
@@ -90,11 +90,7 @@ protected function _preparelayout()
90
*/
91
public function getFormHtml()
92
{
93
- $formHtml = parent::getFormHtml();
94
- if (!$this->_storeManager->isSingleStoreMode() && $this->getVariable()->getId()) {
95
- $formHtml = $formHtml;
96
- }
97
- return $formHtml;
+ return parent::getFormHtml();
98
}
99
100
/**
0 commit comments