Author: mor
Date: Wed Jun 2 13:10:43 2010
New Revision: 950553
URL: http://svn.apache.org/viewvc?rev=950553&view=rev
Log:
Added the value for CommunicationEvent in screen context so that the menu bar
CommEventTabBar do not disappear when user selects
menu item Communication Work Efforts.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=950553&r1=950552&r2=950553&view=diff
==============================================================================
---
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
(original)
+++
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
Wed Jun 2 13:10:43 2010
@@ -636,6 +636,7 @@ under the License.
<set field="partyId" from-field="parameters.partyId"/>
<set field="communicationEventId"
from-field="parameters.communicationEventId"/>
+ <entity-one entity-name="CommunicationEvent"
value-field="communicationEvent"/>
<set field="workEffortId"
from-field="parameters.workEffortId"/>
<entity-one entity-name="WorkEffort" value-field="workEffort"/>
</actions>
@@ -655,8 +656,8 @@ under the License.
<actions>
<set field="titleProperty"
value="PageTitleListCommWorkEfforts"/>
<set field="tabButtonItem" value="UpdateCommWorkEfforts"/>
-
<set field="communicationEventId"
from-field="parameters.communicationEventId"/>
+ <entity-one entity-name="CommunicationEvent"
value-field="communicationEvent"/>
<set field="workEffortId"
from-field="parameters.workEffortId"/>
</actions>
<widgets>