[ 
https://issues.apache.org/jira/browse/OFBIZ-7520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666851#comment-16666851
 ] 

Suraj Khurana commented on OFBIZ-7520:
--------------------------------------

Hello team,

As all the child tasks are completed, I think we can close this ticket.

Thanks everyone who has been part of this effort. :)

> Minilang code readability and consistency improvements
> ------------------------------------------------------
>
>                 Key: OFBIZ-7520
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7520
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: 16.11.01
>            Reporter: Divesh Dutta
>            Assignee: Divesh Dutta
>            Priority: Major
>
> Code written in minilang is not consistent through out the application and 
> some times its hard to read. For eg:
> {code}
> <set from-field="productFacility.minimumStock"  field="minimumStock"/>
> {code}
> should be written as :
> {code}
> <set  field="minimumStock" from-field="productFacility.minimumStock" />
> {code}
> 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. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to