Merge pull request #14781 from civicrm/5.16
[civicrm-core.git] / templates / CRM / common / customData.tpl
index bde7b87b910dbbe8e9d7baf577e50e4c3ffc4161..68208c9995597766b3681e95b13d4145a86282c3 100644 (file)
@@ -2,7 +2,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -61,6 +61,9 @@
       {if $qfKey}
         dataUrl += '&qf=' + '{$qfKey}';
       {/if}
+      {if $action}
+      dataUrl += '&action=' + '{$action}';
+      {/if}
       {literal}
 
       if (!cgCount) {