Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-7520 Minilang code readability and consistency improvements
  3. OFBIZ-8908

OFBIZ-7520: Consistency and Readability improvements for entity-constraint tag

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • ALL COMPONENTS
    • None

    Description

      Code written in Minilang for the entity-and is not consistent throughout the application. The correct pattern to write is
      <entity-constraint name="roleTypeId" operator="equals" value="SUPPLIER"/>
      The wrong way in which this tag is written is
      <entity-constraint name="roleTypeId" value="SUPPLIER" operator="equals"/>

      Attachments

        1. OFBIZ-8908.patch
          4 kB
          Ankush Upadhyay

        Activity

          People

            devanshu Devanshu Vyas
            ankush.upadhyay Ankush Upadhyay
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: