Author: jleroux
Date: Wed Jun 17 16:41:43 2015
New Revision: 1686071
URL:
http://svn.apache.org/r1686071Log:
OFBIZ-6514 - All postalAddress simple-map-processors miss some fields
This could be seen as a moot point for some of them, but the main ones in party and product component should not miss these fields.
Here they are.
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml
ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechMapProcs.xml
Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml?rev=1686071&r1=1686070&r2=1686071&view=diff==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml Wed Jun 17 16:41:43 2015
@@ -36,8 +36,11 @@ under the License.
<process field="city"><copy/><not-empty><fail-property resource="PartyUiLabels" property="PartyCityMissing"/></not-empty></process>
<process field="stateProvinceGeoId"><copy/></process>
<process field="postalCode"><copy/><not-empty><fail-property resource="PartyUiLabels" property="PartyPostalCodeMissing"/></not-empty></process>
+ <process field="postalCodeExt"><copy/></process>
<process field="countryGeoId"><copy/></process>
+ <process field="countyGeoId"><copy/></process>
<process field="postalCodeGeoId"><copy/></process>
+ <process field="geoPointId"><copy/></process>
<process field="allowSolicitation"><copy/></process>
</simple-map-processor>
Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechMapProcs.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechMapProcs.xml?rev=1686071&r1=1686070&r2=1686071&view=diff==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechMapProcs.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/storage/FacilityContactMechMapProcs.xml Wed Jun 17 16:41:43 2015
@@ -48,8 +48,11 @@ under the License.
<process field="city"><copy/><not-empty><fail-property resource="PartyUiLabels" property="PartyCityMissing"/></not-empty></process>
<process field="stateProvinceGeoId"><copy/></process>
<process field="postalCode"><copy/><not-empty><fail-property resource="PartyUiLabels" property="PartyPostalCodeMissing"/></not-empty></process>
+ <process field="postalCodeExt"><copy/></process>
<process field="countryGeoId"><copy/></process>
+ <process field="countyGeoId"><copy/></process>
<process field="postalCodeGeoId"><copy/></process>
+ <process field="geoPointId"><copy/></process>
<process field="allowSolicitation"><copy/></process>
</simple-map-processor>