Author: jleroux
Date: Fri May 8 21:45:43 2009
New Revision: 773115
URL:
http://svn.apache.org/viewvc?rev=773115&view=revLog:
"Applied fix from trunk for revision: 772465"
------------------------------------------------------------------------
r772465 | lektran | 2009-05-07 01:29:51 +0200 (jeu., 07 mai 2009) | 1 line
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/branches/release09.04/ (props changed)
ofbiz/branches/release09.04/applications/workeffort/widget/WorkEffortCommEventForms.xml
Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri May 8 21:45:43 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358,768490,768550,768675,768686,768705,768811,768815,768960,769030,769500,770272,770997,771073,772401,773076
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358,768490,768550,768675,768686,768705,768811,768815,768960,769030,769500,770272,770997,771073,772401,772465,773076
Modified: ofbiz/branches/release09.04/applications/workeffort/widget/WorkEffortCommEventForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/workeffort/widget/WorkEffortCommEventForms.xml?rev=773115&r1=773114&r2=773115&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/workeffort/widget/WorkEffortCommEventForms.xml (original)
+++ ofbiz/branches/release09.04/applications/workeffort/widget/WorkEffortCommEventForms.xml Fri May 8 21:45:43 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>