[jira] [Created] (OFBIZ-8830) OFBIZ-7520: Consistency and Readability improvements for result-to-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-8830) OFBIZ-7520: Consistency and Readability improvements for result-to-field tag

Nicolas Malin (Jira)
Anuj Jain created OFBIZ-8830:
--------------------------------

             Summary: OFBIZ-7520: Consistency and Readability improvements for result-to-field tag
                 Key: OFBIZ-8830
                 URL: https://issues.apache.org/jira/browse/OFBIZ-8830
             Project: OFBiz
          Issue Type: Sub-task
            Reporter: Anuj Jain


Code written in Minilang for the if-compare tag is not consistent throughout the application. The correct pattern to write is
<result-to-field result-name="partyId" field="partyId"/>
I found various other ways in which this tag is written, like

<result-to-field field="partyId" result-name="partyId"/>



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