Author: lektran
Date: Wed May 6 23:29:51 2009
New Revision: 772465
URL:
http://svn.apache.org/viewvc?rev=772465&view=revLog:
Set communicationEvent to null so that the expected behavior of the extended form is followed, reported by Erwan de Ferrieres in OFBIZ-2378
Modified:
ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml
Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml?rev=772465&r1=772464&r2=772465&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortCommEventForms.xml Wed May 6 23:29:51 2009
@@ -48,6 +48,9 @@
</form>
<form name="AddWorkEffortCommEvent" default-map-name="communicationEvent" target="createWorkEffortCommEvent" title="" type="single" extends="EditCommEvent"
extends-resource="component://party/webapp/partymgr/communication/CommForms.xml" header-row-style="header-row" default-table-style="basic-table">
+ <actions>
+ <set field="communicationEvent"/>
+ </actions>
<field name="workEffortId"><hidden/></field>
<field name="description"><textarea/></field>
<field name="communicationEventId"><lookup target-form-name="LookupCommEvent"/></field>