Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
16.11.01
-
None
-
None
Description
Code written in Minilang for the if-compare tag is not consistent throughout the application. The correct pattern to write is
<field-map field-name="statusId" from-field="lookedUpValue.statusId"/>
I found another way in which this tag is written currently,
<field-map from-field="agreement.agreementId" field-name="agreementId"/>