You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/04/25 18:22:51 UTC

svn commit: r1792638 - /ofbiz/ofbiz-framework/trunk/applications/order/servicedef/secas.xml

Author: deepak
Date: Tue Apr 25 18:22:51 2017
New Revision: 1792638

URL: http://svn.apache.org/viewvc?rev=1792638&view=rev
Log:
Fixed: Added seca to ensure party role on createQuoteRole invoke (OFBIZ-9331)

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/servicedef/secas.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/servicedef/secas.xml?rev=1792638&r1=1792637&r2=1792638&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/servicedef/secas.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/servicedef/secas.xml Tue Apr 25 18:22:51 2017
@@ -390,6 +390,10 @@ under the License.
         <condition field-name="workEffortId" operator="is-empty"/>
         <action service="createWorkEffort" mode="sync"/>
     </eca>
+    <!-- Ensure Quote Role -->
+    <eca service="createQuoteRole" event="invoke">
+        <action service="ensurePartyRole" mode="sync"/>
+    </eca>
 
     <!-- customer request notifications -->
     <!-- notification of a customer request received and accepted -->