You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/07/16 14:10:19 UTC

svn commit: r1752966 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

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" >