Author: hansbak
Date: Sat Jan 13 08:36:23 2007
New Revision: 495919
URL:
http://svn.apache.org/viewvc?view=rev&rev=495919Log:
When deleting a communicationevent with attached workeffort, delete related WorkEffortKeyword records too
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?view=diff&rev=495919&r1=495918&r2=495919==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Sat Jan 13 08:36:23 2007
@@ -133,6 +133,7 @@
<remove-related value-name="workEffort" relation-name="WorkEffortPartyAssignment"/>
<remove-related value-name="workEffort" relation-name="WorkEffortPartyAssignment"/>
<remove-related value-name="workEffort" relation-name="WorkEffortStatus"/>
+ <remove-related value-name="workEffort" relation-name="WorkEffortKeyword"/>
<remove-value value-name="workEffort"/>
</if-empty>
</iterate>