svn commit: r827922 - in /ofbiz/trunk/applications/party/widget/partymgr: CommunicationEventForms.xml PartyMenus.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r827922 - in /ofbiz/trunk/applications/party/widget/partymgr: CommunicationEventForms.xml PartyMenus.xml

hansbak-2
Author: hansbak
Date: Wed Oct 21 08:40:27 2009
New Revision: 827922

URL: http://svn.apache.org/viewvc?rev=827922&view=rev
Log:
corrected spelling error in field name of communication event

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

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=827922&r1=827921&r2=827922&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Wed Oct 21 08:40:27 2009
@@ -152,7 +152,7 @@
         <field name="contactMechIdTo"><hidden value="${contactMechIdTo}"/></field>
         <field name="statusId"><hidden value="COM_IN_PROGRESS"/></field>
         <field name="parentCommEventId" use-when="parentCommEventId != null"><hidden value="${parameters.parentCommEventId}"/></field>
-        <field name="parentCommEventId" use-when="originalCommEventId != null"><hidden value="${parameters.originalCommEventId}"/></field>
+        <field name="parentCommEventId" use-when="origCommEventId != null"><hidden value="${parameters.origCommEventId}"/></field>
         <field name="partyIdFrom"><hidden/></field>
         <field name="my"><hidden value="${my}"/></field>
         <field name="fromEmailAddr" parameter-name="contactMechIdFrom">
@@ -796,7 +796,7 @@
         <field name="communicationEventId"><hidden value="${communicationEvent.communicationEventId}"/></field>
         <field name="communicationEventTypeId"><hidden value="${communicationEvent.communicationEventTypeId}"/></field>
         <field name="parentCommEventId"><hidden value="${communicationEvent.parentCommEventId}"/></field>
-        <field name="originalCommEventId"><hidden value="${communicationEvent.originalCommEventId}"/></field>
+        <field name="origCommEventId"><hidden value="${communicationEvent.origCommEventId}"/></field>
         <field name="subject"><hidden/></field>
         <field name="content"><hidden/></field>
         <field name="partyIdTo"><hidden/></field>

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=827922&r1=827921&r2=827922&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Wed Oct 21 08:40:27 2009
@@ -627,7 +627,7 @@
                 </and>
             </condition>
             <link target="EditCommunicationEvent">
-                <parameter param-name="originalCommEventId" from-field="parameters.communicationEventId"/>
+                <parameter param-name="origCommEventId" from-field="parameters.communicationEventId"/>
                 <parameter param-name="action" value="FORWARD"/>
             </link>
         </menu-item>