You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Anuj Jain (JIRA)" <ji...@apache.org> on 2016/10/28 06:42:59 UTC

[jira] [Created] (OFBIZ-8653) OFBIZ-7520: Consistency and Readability improvements for iterator tag

Anuj Jain created OFBIZ-8653:
--------------------------------

             Summary: OFBIZ-7520: Consistency and Readability improvements for iterator tag
                 Key: OFBIZ-8653
                 URL: https://issues.apache.org/jira/browse/OFBIZ-8653
             Project: OFBiz
          Issue Type: Sub-task
            Reporter: Anuj Jain
             Fix For: Trunk


Code written in Minilang for the iterator tag is not consistent throughout the application. The correct pattern to write is

<iterate list="productFacilities" entry="productFacility">

I found various other ways in which this tag is written, like

<iterate entry="invoice" list="invoices">



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)