Skip to content

Commit 8d26477

Browse files
MAGETWO-66656: Fix retrieval of old value in config import
1 parent 631e4be commit 8d26477

File tree

1 file changed

+1
-9
lines changed
  • app/code/Magento/Config/etc

1 file changed

+1
-9
lines changed

app/code/Magento/Config/etc/di.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,9 @@
154154
</argument>
155155
</arguments>
156156
</virtualType>
157-
<virtualType name="systemConfigSnapshotSourceAggregated" type="Magento\Framework\App\Config\ConfigSourceAggregated">
157+
<virtualType name="systemConfigSnapshotSourceAggregated" type="systemConfigSourceAggregated">
158158
<arguments>
159159
<argument name="sources" xsi:type="array">
160-
<item name="modular" xsi:type="array">
161-
<item name="source" xsi:type="object">Magento\Config\App\Config\Source\ModularConfigSource</item>
162-
<item name="sortOrder" xsi:type="string">10</item>
163-
</item>
164-
<item name="dynamic" xsi:type="array">
165-
<item name="source" xsi:type="object">Magento\Config\App\Config\Source\RuntimeConfigSource</item>
166-
<item name="sortOrder" xsi:type="string">100</item>
167-
</item>
168160
<item name="initial" xsi:type="array">
169161
<item name="source" xsi:type="object">Magento\Config\App\Config\Source\InitialSnapshotConfigSource</item>
170162
<item name="sortOrder" xsi:type="string">1000</item>

0 commit comments

Comments
 (0)