Author: hansbak Date: Mon Apr 27 02:50:40 2009 New Revision: 768858 URL: http://svn.apache.org/viewvc?rev=768858&view=rev Log: Applied fix from trunk for revision: 768857
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=768858&r1=768857&r2=768858&view=diff ============================================================================== --- ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml (original) +++ ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml Mon Apr 27 02:50:40 2009 @@ -431,9 +431,9 @@ </and> </condition> <link target="setCommunicationEventRoleStatus"> - <parameter param-name="communicationEventId" from-field="communicationEvent.communicationEventId"/> + <parameter param-name="communicationEventId" from-field="myCommunicationEventRole.communicationEventId"/> <parameter param-name="partyId" from-field="myCommunicationEventRole.partyId"/> - <parameter param-name="roleType" from-field="myCommunicationEventRole.roleTypeId"/> + <parameter param-name="roleTypeId" from-field="myCommunicationEventRole.roleTypeId"/> <parameter param-name="statusId" value="COM_ROLE_COMPLETED"/> </link> </menu-item>