Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-7520

Minilang code readability and consistency improvements

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • 16.11.01
    • 18.12.01
    • ALL COMPONENTS
    • None

    Description

      Code written in minilang is not consistent through out the application and some times its hard to read. For eg:

      <set from-field="productFacility.minimumStock"  field="minimumStock"/>
      

      should be written as :

      <set  field="minimumStock" from-field="productFacility.minimumStock" />
      

      There are many such examples where code for all such tags in minilang can be improved, which will improve code readability and we will have consistency through out the application. This is a parent/place holder ticket, I will create logical sub-tickets for managing the effort.

      Attachments

        There are no Sub-Tasks for this issue.

        Activity

          People

            diveshdut Divesh Dutta
            diveshdut Divesh Dutta
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: