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 bbceef8 commit ade399bCopy full SHA for ade399b
app/code/Magento/Config/Model/Config/Importer.php
@@ -123,12 +123,14 @@ public function import(array $data)
123
if ($this->scopeConfig instanceof Config) {
124
$this->scopeConfig->clean();
125
}
126
+
127
$this->state->emulateAreaCode(Area::AREA_ADMINHTML, function () use ($changedData, $data) {
128
$this->scope->setCurrentScope(Area::AREA_ADMINHTML);
129
130
// Invoke saving of new values.
131
$this->saveProcessor->process($changedData);
132
});
133
134
$this->scope->setCurrentScope($currentScope);
135
$this->flagManager->saveFlag(static::FLAG_CODE, $data);
136
} catch (\Exception $e) {
0 commit comments