Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-6692 Improve xsd definitions
  3. OFBIZ-6667

Remove limitation regarding menu-name in ofbiz-component.xsd

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Done
    • Trunk
    • 16.11.01
    • framework

    Description

      Currently the following is in the ofbiz-component.xsd:

              <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>
      

      However, this is limiting the options that can be applied generates unnecessary errors when developers opt for another methodology.

      Attachments

        1. OFBIZ-6667-ofbiz-component.xsd.patch
          2 kB
          Pierre Smits
        2. OFBIZ-6667.patch
          2 kB
          Jacques Le Roux

        Activity

          People

            jleroux Jacques Le Roux
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: