Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Code written in Minilang for the entity-and is not consistent throughout the application. The correct pattern to write is
<entity-constraint name="roleTypeId" operator="equals" value="SUPPLIER"/>
The wrong way in which this tag is written is
<entity-constraint name="roleTypeId" value="SUPPLIER" operator="equals"/>