dev/core#1077 Fixes making report listing actions links hookable
authorsushantpaste <sushant@osseed.com>
Mon, 19 Aug 2019 10:58:21 +0000 (16:28 +0530)
committersushantpaste <sushant@osseed.com>
Mon, 19 Aug 2019 10:58:21 +0000 (16:28 +0530)
CRM/Report/Page/InstanceList.php

index 8e8b17cbdd7511e27311b9ce17a529b33c209be9..b7aa9fab331fc83292559cff8125bc8e9a3e4764 100644 (file)
@@ -282,6 +282,11 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page {
         'confirm_message' => ts('Are you sure you want delete this report? This action cannot be undone.'),
       ];
     }
+    CRM_Utils_Hook::links('view.report.links',
+      $className,
+      $instanceID,
+      $actions
+    );
 
     return $actions;
   }