Ankush Upadhyay created OFBIZ-8908:
--------------------------------------
Summary: OFBIZ-7520: Consistency and Readability improvements for entity-constraint tag
Key: OFBIZ-8908
URL:
https://issues.apache.org/jira/browse/OFBIZ-8908 Project: OFBiz
Issue Type: Sub-task
Reporter: Ankush Upadhyay
Assignee: Ankush Upadhyay
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"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)