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 9cdc1b7 commit a8f1729Copy full SHA for a8f1729
app/code/Magento/Config/Block/System/Config/Form.php
@@ -424,6 +424,10 @@ private function getFieldData(\Magento\Config\Model\Config\Structure\Element\Fie
424
$backendModel = $field->getBackendModel();
425
// Backend models which implement ProcessorInterface are processed by ScopeConfigInterface
426
if (!$backendModel instanceof ProcessorInterface) {
427
+ if (array_key_exists($path, $this->_configData)) {
428
+ $data = $this->_configData[$path];
429
+ }
430
+
431
$backendModel->setPath($path)
432
->setValue($data)
433
->setWebsite($this->getWebsiteCode())
0 commit comments