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)