Author: hansbak
Date: Sat Apr 25 03:28:42 2009
New Revision: 768454

URL: http://svn.apache.org/viewvc?rev=768454&view=rev
Log:
Applied fix from trunk for revision: 766618 + 766623

Modified:
    
ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml

Modified: 
ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml?rev=768454&r1=768453&r2=768454&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml 
(original)
+++ 
ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml 
Sat Apr 25 03:28:42 2009
@@ -388,6 +388,7 @@
                 <parameter param-name="communicationEventTypeId" 
from-field="communicationEvent.communicationEventTypeId"/>
                 <parameter param-name="parentCommEventId" 
from-field="parameters.communicationEventId"/>
                 <parameter param-name="my" value="My"/>
+                <parameter param-name="statusId" value="COM_PENDING"/>
             </link>
         </menu-item>
         <menu-item name="forward" title="${uiLabelMap.PartyForward}">
@@ -403,6 +404,7 @@
                 <parameter param-name="communicationEventTypeId" 
value="communicationEvent.communicationEventTypeId"/>
                 <parameter param-name="originalCommEventId" 
from-field="parameters.communicationEventId"/>
                 <parameter param-name="my" value="My"/>
+                <parameter param-name="statusId" value="COM_PENDING"/>
             </link>
         </menu-item>
         <menu-item name="createRequestFromCommEvent" 
title="${uiLabelMap.PartyCreateRequestFromCommEvent}">


Reply via email to