You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Ankush Upadhyay (JIRA)" <ji...@apache.org> on 2016/11/05 07:13:58 UTC

[jira] [Commented] (OFBIZ-8908) OFBIZ-7520: Consistency and Readability improvements for entity-constraint tag

    [ https://issues.apache.org/jira/browse/OFBIZ-8908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15638853#comment-15638853 ] 

Ankush Upadhyay commented on OFBIZ-8908:
----------------------------------------

Improved consistency and readability improvements for the tag as suggested.

> 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
>          Components: ALL COMPONENTS
>            Reporter: Ankush Upadhyay
>            Assignee: Ankush Upadhyay
>         Attachments: OFBIZ-8908.patch
>
>
> 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)