You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Abhijeet Ashapure (JIRA)" <ji...@apache.org> on 2016/11/01 05:07:58 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhijeet Ashapure updated OFBIZ-8653:
-------------------------------------
    Attachment: OFBIZ-8653.patch

Improved: Consistency and Readability for iterator tag.

> 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
>          Components: ALL COMPONENTS
>            Reporter: Anuj Jain
>             Fix For: Trunk
>
>         Attachments: OFBIZ-8653.patch
>
>
> 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)