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/04/18 15:56:20 UTC

svn commit: r766322 - in /ofbiz/branches/release09.04: ./ applications/party/script/org/ofbiz/party/party/PartySimpleEvents.xml

Author: jleroux
Date: Sat Apr 18 13:56:20 2009
New Revision: 766322

URL: http://svn.apache.org/viewvc?rev=766322&view=rev
Log:
Applied fix from trunk for revision: 766316

Modified:
    ofbiz/branches/release09.04/   (props changed)
    ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleEvents.xml

Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Apr 18 13:56:20 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316

Modified: ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleEvents.xml?rev=766322&r1=766321&r2=766322&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleEvents.xml (original)
+++ ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleEvents.xml Sat Apr 18 13:56:20 2009
@@ -93,7 +93,7 @@
         <set field="partyContentMap._uploadedFile_fileName" from-field="formInput.imageFileName"/>
         <set field="partyContentMap.uploadedFile" from-field="byteWrap"/>
         <set field="partyContentMap._uploadedFile_contentType" from-field="formInput.formInput.mimeTypeId"/>
-        <call-service service-name="createPartyContent" in-map-name="partyContentMap" break-on-error="false">
+        <call-service service-name="uploadPartyContentFile" in-map-name="partyContentMap" break-on-error="false">
             <result-to-field result-name="contentId" field="contentId"/>
         </call-service>
         <!-- set the partyId in the request -->