Author: jacopoc
Date: Wed Jul 30 06:57:59 2014
New Revision: 1614561

URL: http://svn.apache.org/r1614561
Log:
Reverted r1610693 where I backported the fix for OFBIZ-5338 but the fix 
requires some enhancements to set-service-fields that were not backported into 
the branch.

Modified:
    ofbiz/branches/release13.07/   (props changed)
    
ofbiz/branches/release13.07/applications/content/script/org/ofbiz/content/content/ContentServices.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Reverse-merged /ofbiz/trunk:r1610692

Modified: 
ofbiz/branches/release13.07/applications/content/script/org/ofbiz/content/content/ContentServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/script/org/ofbiz/content/content/ContentServices.xml?rev=1614561&r1=1614560&r2=1614561&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/content/script/org/ofbiz/content/content/ContentServices.xml
 (original)
+++ 
ofbiz/branches/release13.07/applications/content/script/org/ofbiz/content/content/ContentServices.xml
 Wed Jul 30 06:57:59 2014
@@ -778,10 +778,10 @@
             <results-to-map map-name="persistOut"/>
         </call-service>
 
-        <set-service-fields service-name="createCommContentDataResource" 
mode="OUT" map="persistOut" to-map="filteredPersistOut"/>
-        <iterate-map key="key" value="val" map="filteredPersistOut">
+        <iterate-map key="key" value="val" map="persistOut">
             <field-to-result field="val" result-name="${key}"/>
         </iterate-map>
+
         <set field="mapIn.contentId"  from-field="persistOut.contentId"/>
         <!-- <set field="mapIn.fromDate"  from-field="nowTimestamp"/> -->
         <set field="mapIn.communicationEventId"  
from-field="parameters.communicationEventId"/>


Reply via email to