Skip to content

Commit

Permalink
MAGETWO-40320: [GitHub]Attribute 'setup_version' is missing for modul…
Browse files Browse the repository at this point in the history
…e error when defined as optional #1493
  • Loading branch information
Dale Sikkema committed Oct 5, 2015
1 parent c3ae167 commit 469e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Module/etc/module.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</xs:element>
</xs:all>
<xs:attribute name="name" type="moduleName" use="required" />
<xs:attribute name="setup_version" type="setupVersion" use="optional" />
<xs:attribute name="setup_version" type="setupVersion" use="required" />
</xs:complexType>

<xs:complexType name="moduleSequence">
Expand Down

0 comments on commit 469e7ef

Please sign in to comment.