Author: ashish
Date: Thu May  2 19:31:33 2013
New Revision: 1478499

URL: http://svn.apache.org/r1478499
Log:
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/trunk/applications/party/widget/partymgr/CommunicationEventForms.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=1478499&r1=1478498&r2=1478499&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml 
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml 
Thu May  2 19:31:33 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>


Reply via email to