You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2013/05/02 21:46:46 UTC

svn commit: r1478504 - /ofbiz/branches/release11.04/applications/party/widget/partymgr/CommunicationEventForms.xml

Author: ashish
Date: Thu May  2 19:46:46 2013
New Revision: 1478504

URL: http://svn.apache.org/r1478504
Log:
Applied bug fix from trunk r1478499.
Applied bug fix from - OFBIZ-5085 - Search result for "Find Communications" does not work. Refer following section from OFBIZ-5085.
=========================
And secondly I think that in ListCommEvents form of CommunicationEventForms.xml partyId should be passed in place of the partyIdFrom. As in ViewCommunicationEvent screen, value of the partyIdFrom is set via parameters.partyId.
=========================

Modified:
    ofbiz/branches/release11.04/applications/party/widget/partymgr/CommunicationEventForms.xml

Modified: ofbiz/branches/release11.04/applications/party/widget/partymgr/CommunicationEventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=1478504&r1=1478503&r2=1478504&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/party/widget/partymgr/CommunicationEventForms.xml (original)
+++ ofbiz/branches/release11.04/applications/party/widget/partymgr/CommunicationEventForms.xml Thu May  2 19:46:46 2013
@@ -410,7 +410,7 @@ under the License.
         <field name="subject" sort-field="true">
             <hyperlink description="${subject}[${communicationEventId}]" target="ViewCommunicationEvent">
                 <parameter param-name="communicationEventId"/>
-                <parameter param-name="partyIdFrom" from-field="partyId"/>
+                <parameter param-name="partyId"/>
                 <parameter param-name="roleTypeId"/>
                 <parameter param-name="headerItem" from-field="parameters.headerItem"/>
             </hyperlink>
@@ -480,7 +480,7 @@ under the License.
         <field name="subject">
             <hyperlink description="${subject}" target="ViewCommunicationEvent">
                 <parameter param-name="communicationEventId"/>
-                <parameter param-name="partyIdFrom" from-field="partyId"/>
+                <parameter param-name="partyId"/>
                 <parameter param-name="roleTypeId"/>
             </hyperlink>
         </field>