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 12e1a88 + f77a8f7 commit eb9b357Copy full SHA for eb9b357
app/code/Magento/Config/Block/System/Config/Form/Fieldset.php
@@ -175,6 +175,7 @@ protected function _getHeaderTitleHtml($element)
175
'-link">' . $element->getLegend() . '</a>' .
176
/* @noEscape */ $this->secureRenderer->renderEventListenerAsTag(
177
'onclick',
178
+ 'event.preventDefault();' .
179
"Fieldset.toggleCollapse('" . $element->getHtmlId() . "', '" .
180
$this->_urlBuilder->getUrl('*/*/state') . "'); return false;",
181
'a#' . $element->getHtmlId() . '-head'
0 commit comments