Author: pranayp
Date: Sat Jul 16 14:10:19 2016
New Revision: 1752966

URL: http://svn.apache.org/viewvc?rev=1752966&view=rev
Log:
[OFBIZ-7752] Corrected hyperlink sending to parent communication event by 
sending it's value. Thanks Chandan Khandelwal for your contribution.

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=1752966&r1=1752965&r2=1752966&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml 
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml 
Sat Jul 16 14:10:19 2016
@@ -28,8 +28,8 @@ under the License.
         <field name="parentCommEventId">
             <lookup target-form-name="LookupCommEvent">
                 <sub-hyperlink link-style="buttontext" 
target="EditCommunicationEvent" description="${uiLabelMap.PartyGoToParent}" 
use-when="communicationEvent!=null&amp;&amp;communicationEvent.get(&quot;parentCommEventId&quot;)!=null">
-                <parameter param-name="communicationEventId" 
from-field="parentCommEventId"/>
-            </sub-hyperlink>
+                    <parameter param-name="communicationEventId" 
from-field="communicationEvent.parentCommEventId"/>
+                </sub-hyperlink>
             </lookup>
         </field>
         <field name="communicationEventTypeId" >


Reply via email to