/[Apache-SVN]
ViewVC logotype

Revision 1779625


Jump to revision: Previous Next
Author: jleroux
Date: Fri Jan 20 14:20:47 2017 UTC (7 years, 2 months ago)
Changed paths: 6
Log Message:
Fixed: In entitymodel.xsd entity-alias for condition-expr must be required
(OFBIZ-9184)

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


Changed paths

Path Details
Directoryofbiz/branches/release13.07/framework/entity/dtd/entitymodel.xsd modified , text changed
Directoryofbiz/branches/release14.12/framework/entity/dtd/entitymodel.xsd modified , text changed
Directoryofbiz/branches/release15.12/framework/entity/dtd/entitymodel.xsd modified , text changed
Directoryofbiz/branches/release16.11/framework/entity/dtd/entitymodel.xsd modified , text changed
Directoryofbiz/trunk/applications/accounting/entitydef/entitymodel_reports.xml modified , text changed
Directoryofbiz/trunk/framework/entity/dtd/entitymodel.xsd modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26