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