Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 13.07, Release Branch 14.12, 16.11.01, Release Branch 15.12, Trunk
-
None
Description
Currently in the entitymodel.xsd the line
<xs:attribute name="entity-alias" type="xs:string"/>
is wrong, should be
<xs:attribute name="entity-alias" type="xs:string" use="required"/>
Else in line
this.entityAlias = entityAlias;
in ModelViewEntity.ViewConditionExpr()
this.entityAlias
receives null.
All supported branches are concerned