You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2016/01/13 13:53:57 UTC

svn commit: r1724415 - /ofbiz/branches/release15.12/applications/content/script/org/ofbiz/content/content/ContentServices.xml

Author: nmalin
Date: Wed Jan 13 12:53:56 2016
New Revision: 1724415

URL: http://svn.apache.org/viewvc?rev=1724415&view=rev
Log:
 Applied fix from trunk r1724411 by jacques : Fixes an issue related to r1715960 and OFBIZ-6745 (stumbled upon it by chance while working on something else)

Modified:
    ofbiz/branches/release15.12/applications/content/script/org/ofbiz/content/content/ContentServices.xml

Modified: ofbiz/branches/release15.12/applications/content/script/org/ofbiz/content/content/ContentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/content/script/org/ofbiz/content/content/ContentServices.xml?rev=1724415&r1=1724414&r2=1724415&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/content/script/org/ofbiz/content/content/ContentServices.xml (original)
+++ ofbiz/branches/release15.12/applications/content/script/org/ofbiz/content/content/ContentServices.xml Wed Jan 13 12:53:56 2016
@@ -259,7 +259,7 @@
     <simple-method method-name="updateSingleContentPurpose" short-description="Updates the purpose making sure there is only one">
         <set field="toRemove.contentId" from-field="parameters.contentId"/>
         <remove-by-and entity-name="ContentPurpose" map="toRemove"/>
-        <call-simple-method method-name="createContentPurpose"/>
+        <call-service service-name="createContentPurpose" in-map-name="parameters"/>
     </simple-method>
 
     <!-- combined text + uploaded file service -->