You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2016/04/19 19:57:25 UTC

[jira] [Closed] (OFBIZ-6667) Remove limitation regarding menu-name in ofbiz-component.xsd

     [ https://issues.apache.org/jira/browse/OFBIZ-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-6667.
----------------------------------
       Resolution: Done
         Assignee: Jacques Le Roux  (was: Pierre Smits)
    Fix Version/s: Upcoming Branch

Thanks Pierre,

Your extended patch is in trunk at revision: 1739968  


> 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: Jacques Le Roux
>              Labels: menus
>             Fix For: Upcoming Branch
>
>         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)