You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/01/20 14:19:26 UTC

[jira] [Created] (OFBIZ-9184) In entitymodel.xsd entity-alias for condition-expr must be required

Jacques Le Roux created OFBIZ-9184:
--------------------------------------

             Summary: In entitymodel.xsd entity-alias for condition-expr must be required
                 Key: OFBIZ-9184
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9184
             Project: OFBiz
          Issue Type: Bug
          Components: datamodel
    Affects Versions: Release Branch 15.12, 16.11.01, Trunk, Release Branch 14.12, Release Branch 13.07
            Reporter: Jacques Le Roux
            Assignee: Jacques Le Roux
             Fix For: Upcoming Release, 16.11.02, Release Branch 16.11, Release Branch 15.12, Release Branch 14.12, Release Branch 13.07


Currently in the entitymodel.xsd the line
{code}
<xs:attribute name="entity-alias" type="xs:string"/>
{code}
is wrong, should be
{code}
<xs:attribute name="entity-alias" type="xs:string"  use="required"/>
{code}
Else in line
{code}
this.entityAlias = entityAlias;
{code}
in ModelViewEntity.ViewConditionExpr() 
{code}
this.entityAlias 
{code}
receives null.

All supported branches are concerned



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)