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