Skip to content

Commit a96706a

Browse files
committed
AC-1977: Use of Commerce entities in OpenSource sample data
- resolve dependencies between modules
1 parent 01cd942 commit a96706a

File tree

4 files changed

+1
-23
lines changed

4 files changed

+1
-23
lines changed

app/code/Magento/CmsSampleData/Setup/Installer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function install()
6060
$this->block->install(
6161
[
6262
'Magento_CmsSampleData::fixtures/blocks/categories_static_blocks.csv',
63-
'Magento_CmsSampleData::fixtures/blocks/categories_static_blocks_giftcard.csv',
6463
'Magento_CmsSampleData::fixtures/blocks/pages_static_blocks.csv',
6564
]
6665
);

app/code/Magento/CmsSampleData/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<module name="Magento_BundleSampleData"/>
1515
<module name="Magento_ConfigurableSampleData"/>
1616
<module name="Magento_GroupedProductSampleData"/>
17-
<module name="Magento_GiftCardSampleData"/>
1817
<module name="Magento_ThemeSampleData"/>
1918
</sequence>
2019
</module>

app/code/Magento/CmsSampleData/fixtures/blocks/categories_static_blocks_giftcard.csv

Lines changed: 0 additions & 21 deletions
This file was deleted.

app/code/Magento/WidgetSampleData/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<module name="Magento_SampleData"/>
1313
<module name="Magento_CatalogSampleData"/>
1414
<module name="Magento_ConfigurableSampleData"/>
15+
<module name="Magento_CmsSampleData"/>
1516
</sequence>
1617
</module>
1718
</config>

0 commit comments

Comments
 (0)