Pierre Smits created OFBIZ-6667:
-----------------------------------
Summary: Remove limitation regarding menu-name in ofbiz-component.xsd
Key: OFBIZ-6667
URL:
https://issues.apache.org/jira/browse/OFBIZ-6667 Project: OFBiz
Issue Type: Improvement
Components: framework
Affects Versions: Trunk
Reporter: Pierre Smits
Currently the following is in the ofbiz-component.xsd:
{code}
<xs:attribute name="menu-name" default="main">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="main"/>
<xs:enumeration value="secondary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
{code}
However, this is limiting the options that can be applied generates unnecessary errors when developers opt for another methodology.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)