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 929cfd2 commit 88545d9Copy full SHA for 88545d9
app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tab/Form.php
@@ -255,8 +255,6 @@ protected function initFieldset($formId, array $config)
255
if (!isset($this->fieldset[$formId])) {
256
if (!$this->getForm()->getElement($formId)) {
257
$this->fieldset[$formId] = $this->getForm()->addFieldset($formId, $config);
258
- } elseif ($this->getForm()->getElement($formId)) {
259
- //do nothing
260
}
261
262
0 commit comments