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 2008/10/13 09:09:44 UTC

svn commit: r703929 - /ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml

Author: hansbak
Date: Mon Oct 13 00:09:44 2008
New Revision: 703929

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

Modified:
    ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml

Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml?rev=703929&r1=703928&r2=703929&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml Mon Oct 13 00:09:44 2008
@@ -252,6 +252,7 @@
                 </condition-list>
                 <order-by field-name="infoString"/>
             </entity-condition>
+            <set field="communicationEventId" from-field="parameters.communicationEventId"/>
         </actions>
         <alt-target use-when="communicationEventId!=null" target="updateCommunicationEvent"/>
         <field name="donePage"><hidden/></field>