svn commit: r950893 - /ofbiz/trunk/framework/common/data/GeoData_DE.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r950893 - /ofbiz/trunk/framework/common/data/GeoData_DE.xml

jleroux@apache.org
Author: jleroux
Date: Thu Jun  3 07:12:39 2010
New Revision: 950893

URL: http://svn.apache.org/viewvc?rev=950893&view=rev
Log:
A patch from Atul Vani for an issue reported by R.S."States of th country Germany shows zero results from both webtools and using services." (https://issues.apache.org/jira/browse/OFBIZ-3799) - OFBIZ-3799

Data to associate the country with states isn't present. This issue is with reference to discussion started by R.S. on user-mailing list subjected as "StateList"
R.S., thanks for reporting the issue.

Modified:
    ofbiz/trunk/framework/common/data/GeoData_DE.xml

Modified: ofbiz/trunk/framework/common/data/GeoData_DE.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/GeoData_DE.xml?rev=950893&r1=950892&r2=950893&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/GeoData_DE.xml (original)
+++ ofbiz/trunk/framework/common/data/GeoData_DE.xml Thu Jun  3 07:12:39 2010
@@ -35,4 +35,21 @@ under the License.
     <Geo abbreviation="SN" geoCode="SN" geoId="DE-SN" geoName="Sachsen" geoTypeId="STATE"/>
     <Geo abbreviation="SA" geoCode="SA" geoId="DE-SA" geoName="Sachsen-Anhalt" geoTypeId="STATE"/>
     <Geo abbreviation="TH" geoCode="TH" geoId="DE-TH" geoName="Thüringen" geoTypeId="STATE"/>
-</entity-engine-xml>
+
+    <GeoAssoc geoId="DE" geoIdTo="DE-BW" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-BY" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-BE" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-BR" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-HB" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-HH" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-HE" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-MV" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-NI" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-NW" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-RP" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-SL" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-SH" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-SN" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-SA" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="DE" geoIdTo="DE-TH" geoAssocTypeId="REGIONS"/>
+</entity-engine-xml>
\ No newline at end of file