Author: jleroux
Date: Sun Aug 12 09:12:10 2007
New Revision: 565083
URL:
http://svn.apache.org/viewvc?view=rev&rev=565083Log:
The seca part of the patch from Bilgin Ibryam "Quote WorkEffort bug" (
https://issues.apache.org/jira/browse/OFBIZ-1180)
I'm currently working on a solution more general than the one Bilgin proposed in his patch (it might be applied temporarily if needed).
I want to add a target-type tag to the alt-target tag. But it's not as easy as I thought because alt-target is a list. I wonder also if I should have worked this on the other side of extends : keeping the target of the calling forms. I chose this way because it seemed more general to me. Please correct me if I'm wrong.
Modified:
ofbiz/trunk/applications/order/servicedef/secas.xml
Modified: ofbiz/trunk/applications/order/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/secas.xml?view=diff&rev=565083&r1=565082&r2=565083==============================================================================
--- ofbiz/trunk/applications/order/servicedef/secas.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/secas.xml Sun Aug 12 09:12:10 2007
@@ -217,7 +217,7 @@
<eca service="processRefundReturn" event="commit">
<action service="checkReturnComplete" mode="sync"/>
</eca>
-
+
<!-- ShoppingList ECAs -->
<eca service="createShoppingList" event="in-validate">
<condition field-name="shippingMethodString" operator="is-not-empty"/>
@@ -287,7 +287,7 @@
</eca>
<!-- WorkEffort -->
<eca service="createQuoteWorkEffort" event="invoke">
- <condition field-name="workEffotId" operator="is-empty" />
+ <condition field-name="workEffortId" operator="is-empty" />
<action service="createWorkEffort" mode="sync"/>
</eca>
</service-eca>