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 1ad65a3 commit c273067Copy full SHA for c273067
app/code/Magento/Config/Model/Config/Structure.php
@@ -398,7 +398,7 @@ private function getFieldsRecursively(array $elements = [])
398
$this->getFieldsRecursively($element['children'])
399
);
400
} else {
401
- if ($element['_elementType'] === 'field' && isset($element['label'])) {
+ if ($element['_elementType'] === 'field') {
402
$structurePath = (isset($element['path']) ? $element['path'] . '/' : '') . $element['id'];
403
$configPath = isset($element['config_path']) ? $element['config_path'] : $structurePath;
404
0 commit comments