Author: jonesde
Date: Thu Jan 22 14:34:01 2009
New Revision: 736832
URL:
http://svn.apache.org/viewvc?rev=736832&view=revLog:
Changed field-map attribute env-name to from-field to be more consistent; already supported as used through EntityFinderUtil.makeFieldMap; thanks to Marco for the heads up on this
Modified:
ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
Modified: ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd?rev=736832&r1=736831&r2=736832&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Thu Jan 22 14:34:01 2009
@@ -730,7 +730,7 @@
</xs:element>
<xs:attributeGroup name="attlist.field-map">
<xs:attribute type="xs:string" name="field-name" use="required"/>
- <xs:attribute type="xs:string" name="env-name"/>
+ <xs:attribute type="xs:string" name="from-field"/>
<xs:attribute type="xs:string" name="value"/>
</xs:attributeGroup>