You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/04/17 11:29:28 UTC

svn commit: r765919 - /ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

Author: hansbak
Date: Fri Apr 17 09:29:27 2009
New Revision: 765919

URL: http://svn.apache.org/viewvc?rev=765919&view=rev
Log:
fix error in email reply button

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=765919&r1=765918&r2=765919&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Fri Apr 17 09:29:27 2009
@@ -385,7 +385,7 @@
                 </and>
             </condition>
             <link target="NewDraftCommunicationEvent">
-                <parameter param-name="communicationEventTypeId" value="communicationEvent.communicationEventTypeId"/>
+                <parameter param-name="communicationEventTypeId" from-field="communicationEvent.communicationEventTypeId"/>
                 <parameter param-name="parentCommEventId" from-field="parameters.communicationEventId"/>
                 <parameter param-name="my" value="My"/>
             </link>