[ https://issues.apache.org/jira/browse/OFBIZ-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux updated OFBIZ-6667: ----------------------------------- Attachment: OFBIZ-6667.patch I was just thinking at some more documentation, here is an updated patch > 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: Sub-task > Components: framework > Affects Versions: Trunk > Reporter: Pierre Smits > Assignee: Pierre Smits > Labels: menus > Attachments: OFBIZ-6667-ofbiz-component.xsd.patch, OFBIZ-6667.patch > > > 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)