You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/04 00:11:03 UTC

svn commit: r740502 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

Author: jleroux
Date: Tue Feb  3 23:11:02 2009
New Revision: 740502

URL: http://svn.apache.org/viewvc?rev=740502&view=rev
Log:
Revert 740490

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml?rev=740502&r1=740501&r2=740502&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml Tue Feb  3 23:11:02 2009
@@ -62,7 +62,7 @@
         <log level="info" message="Creating a PartyContactMech with id: ${parameters.contactMechId}"/>
         <set field="newValue.partyId" from-field="parameters.partyId"/>
         <field-to-result field="contactMechId" map-name="newValue"/>
-        <field-to-request field="newValue.contactMechId"/>
+        <field-to-request field="contactMechId" map-name="newValue"/>
         <set-nonpk-fields map="parameters" value-field="newValue"/>
         <now-timestamp field="newValue.fromDate"/>
         <create-value value-field="newValue"/>
@@ -172,7 +172,7 @@
         <call-service service-name="createPartyContactMech" in-map-name="createPartyContactMechMap" break-on-error="true">
             <default-message resource="PartyUiLabels" property="PartyPostalAddressSuccessfullyCreated"/>
         </call-service>
-        <field-to-request field="newPartyContactMech.contactMechId"/>
+        <field-to-request field="contactMechId" map-name="newPartyContactMech"/>
         <field-to-result field="contactMechId" map-name="newPartyContactMech"/>
     </simple-method>
     
@@ -195,7 +195,7 @@
         <call-service service-name="updatePartyContactMech" in-map-name="updatePartyContactMechMap">
             <default-message resource="PartyUiLabels" property="PartyPostalAddressSuccessfullyUpdated"/>
         </call-service>
-        <field-to-request field="newPartyContactMech.contactMechId"/>
+        <field-to-request field="contactMechId" map-name="newPartyContactMech"/>
         <field-to-result field="contactMechId" map-name="newPartyContactMech"/>                      
     </simple-method>
 
@@ -219,7 +219,7 @@
         <call-service service-name="createPartyContactMech" in-map-name="createPartyContactMechMap" break-on-error="true">
             <default-message resource="PartyUiLabels" property="PartyTelecomNumberSuccessfullyCreated"/>
         </call-service>
-        <field-to-request field="newPartyContactMech.contactMechId"/>
+        <field-to-request field="contactMechId" map-name="newPartyContactMech"/>
         <field-to-result field="contactMechId" map-name="newPartyContactMech"/>
     </simple-method>
     
@@ -244,7 +244,7 @@
             <default-message resource="PartyUiLabels" property="PartyTelecomNumberSuccessfullyUpdated"/>
         </call-service>
         <log level="info" message="Setting result id: ${newPartyContactMech.contactMechId}"/>
-        <field-to-request field="newPartyContactMech.contactMechId"/>
+        <field-to-request field="contactMechId" map-name="newPartyContactMech"/>
         <field-to-result field="contactMechId" map-name="newPartyContactMech"/>                      
     </simple-method>