[jira] [Created] (OFBIZ-8447) Consistency and Readability improvements for if-compare-field tag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-8447) Consistency and Readability improvements for if-compare-field tag

Nicolas Malin (Jira)
Devanshu Vyas created OFBIZ-8447:
------------------------------------

             Summary: Consistency and Readability improvements for if-compare-field tag
                 Key: OFBIZ-8447
                 URL: https://issues.apache.org/jira/browse/OFBIZ-8447
             Project: OFBiz
          Issue Type: Sub-task
          Components: ALL COMPONENTS
    Affects Versions: Upcoming Branch
            Reporter: Devanshu Vyas
            Priority: Minor


Code written in Minilang for the if-compare tag is not consistent throughout the application. The correct pattern to write is
<if-compare-field field="finAccountTrans.statusId" operator="not-equals" to-field="parameters.statusId">

I found various other ways in which this tag is written, like
<if-compare-field to-field="partyAcctgPreference.baseCurrencyUomId" operator="equals" field="orderHeader.currencyUom" />

<if-compare-field operator="equals" field="invoiceTotal" to-field="payment.actualCurrencyAmount">



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