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
<if-compare field="containsEmptyFields" operator="equals" value="true"/>
I found various other ways in which this tag is written, like
<if-compare operator="equals" field="hasPermission" value="true" type="Boolean">
<if-compare value="true" field="isDisbursement" operator="equals" type="Boolean">