Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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"/>