[ 
https://issues.apache.org/jira/browse/OFBIZ-9184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-9184.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Release Branch 16.11)

Fixed in all supported branches at r1779625

> 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 13.07, Release Branch 14.12, Trunk, 
> 16.11.01, Release Branch 15.12
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>             Fix For: Upcoming Release, 16.11.02, 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)

Reply via email to