Skip to content

Commit

Permalink
Fix crudEAV dependencies on module.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalogut committed Mar 16, 2017
1 parent 6da8831 commit 931b096
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/crudEAV/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="${Vendorname}_${Modulename}" setup_version="0.0.1" >
<module name="Magento_Catalog"/>
<module name="Magento_Sales"/>
<sequence>
<module name="Magento_Catalog"/>
<module name="Magento_Sales"/>
</sequence>
</module>
</config>

0 comments on commit 931b096

Please sign in to comment.