Author: jleroux
Date: Wed Feb 4 18:09:34 2009 New Revision: 740815 URL: http://svn.apache.org/viewvc?rev=740815&view=rev Log: Fix recent wrong changes, investigation continues... Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.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=740815&r1=740814&r2=740815&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 Wed Feb 4 18:09:34 2009 @@ -61,7 +61,7 @@ </if-empty> <log level="info" message="Creating a PartyContactMech with id: ${parameters.contactMechId}"/> <set field="newValue.partyId" from-field="parameters.partyId"/> - <field-to-result field="contactMechId" result-name="newValue"/> + <field-to-result field="contactMechId" map-name="newValue"/> <field-to-request field="contactMechId" map-name="newValue"/> <set-nonpk-fields map="parameters" value-field="newValue"/> <now-timestamp field="newValue.fromDate"/> @@ -173,7 +173,7 @@ <default-message resource="PartyUiLabels" property="PartyPostalAddressSuccessfullyCreated"/> </call-service> <field-to-request field="contactMechId" map-name="newPartyContactMech"/> - <field-to-result field="contactMechId" result-name="newPartyContactMech"/> + <field-to-result field="contactMechId" map-name="newPartyContactMech"/> </simple-method> <simple-method method-name="updatePartyPostalAddress" short-description="Update a PostalAddress for party"> @@ -196,7 +196,7 @@ <default-message resource="PartyUiLabels" property="PartyPostalAddressSuccessfullyUpdated"/> </call-service> <field-to-request field="contactMechId" map-name="newPartyContactMech"/> - <field-to-result field="contactMechId" result-name="newPartyContactMech"/> + <field-to-result field="contactMechId" map-name="newPartyContactMech"/> </simple-method> <simple-method method-name="createPartyTelecomNumber" short-description="Create a TelecomNumber for party"> @@ -220,7 +220,7 @@ <default-message resource="PartyUiLabels" property="PartyTelecomNumberSuccessfullyCreated"/> </call-service> <field-to-request field="contactMechId" map-name="newPartyContactMech"/> - <field-to-result field="contactMechId" result-name="newPartyContactMech"/> + <field-to-result field="contactMechId" map-name="newPartyContactMech"/> </simple-method> <simple-method method-name="updatePartyTelecomNumber" short-description="Update a TelecomNumber for party"> @@ -245,7 +245,7 @@ </call-service> <log level="info" message="Setting result id: ${newPartyContactMech.contactMechId}"/> <field-to-request field="contactMechId" map-name="newPartyContactMech"/> - <field-to-result field="contactMechId" result-name="newPartyContactMech"/> + <field-to-result field="contactMechId" map-name="newPartyContactMech"/> </simple-method> <simple-method method-name="createPartyEmailAddress" short-description="Create an email address for party"> Modified: ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml?rev=740815&r1=740814&r2=740815&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml (original) +++ ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml Wed Feb 4 18:09:34 2009 @@ -341,7 +341,7 @@ <log level="info" message="Creating a WorkEffortContactMech"/> <set from-field="parameters.workEffortId" field="newValue.workEffortId"/> <set-nonpk-fields map="parameters" value-field="newValue"/> - <field-to-result field="contactMechId" result-name="newValue"/> + <field-to-result field="contactMechId" map-name="newValue"/> <field-to-request field="contactMechId" map-name="newValue"/> <create-value value-field="newValue"/> </simple-method> @@ -379,7 +379,7 @@ <remove-value value-field="workEffortContactMech"/> </if-compare-field> - <field-to-result field="contactMechId" result-name="newWorkEffortContactMech"/> + <field-to-result field="contactMechId" map-name="newWorkEffortContactMech"/> <field-to-request field="contactMechId" map-name="newWorkEffortContactMech"/> </simple-method> @@ -422,7 +422,7 @@ <default-message>WorkEffort Contact Mechanism successfully created</default-message> </call-service> <field-to-request field="contactMechId" map-name="newValue"/> - <field-to-result field="contactMechId" result-name="newValue"/> + <field-to-result field="contactMechId" map-name="newValue"/> </simple-method> <simple-method method-name="updateWorkEffortPostalAddress" short-description="Update a PostalAddress for WorkEffort"> @@ -442,7 +442,7 @@ <default-message>WorkEffort Contact Mechanism successfully updated</default-message> </call-service> <field-to-request field="contactMechId" map-name="newValue"/> - <field-to-result field="contactMechId" result-name="newValue"/> + <field-to-result field="contactMechId" map-name="newValue"/> </simple-method> <simple-method method-name="createWorkEffortTelecomNumber" short-description="Create a TelecomNumber for WorkEffort"> @@ -473,7 +473,7 @@ <default-message>WorkEffort Contact Mechanism successfully created</default-message> </call-service> <field-to-request field="contactMechId" map-name="newValue"/> - <field-to-result field="contactMechId" result-name="newValue"/> + <field-to-result field="contactMechId" map-name="newValue"/> </simple-method> <simple-method method-name="updateWorkEffortTelecomNumber" short-description="Update a TelecomNumber for WorkEffort"> @@ -495,7 +495,7 @@ </call-service> <log level="info" message="Setting result id: ${newValue.contactMechId}"/> <field-to-request field="contactMechId" map-name="newValue"/> - <field-to-result field="contactMechId" result-name="newValue"/> + <field-to-result field="contactMechId" map-name="newValue"/> </simple-method> <simple-method method-name="createWorkEffortEmailAddress" short-description="Create an email address for WorkEffort"> |
Free forum by Nabble | Edit this page |