From 090e9e0e13b84fd40e06a4b0dfc49a779292733a Mon Sep 17 00:00:00 2001 From: sushantpaste Date: Mon, 19 Aug 2019 16:28:21 +0530 Subject: [PATCH] dev/core#1077 Fixes making report listing actions links hookable --- CRM/Report/Page/InstanceList.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CRM/Report/Page/InstanceList.php b/CRM/Report/Page/InstanceList.php index 8e8b17cbdd..b7aa9fab33 100644 --- a/CRM/Report/Page/InstanceList.php +++ b/CRM/Report/Page/InstanceList.php @@ -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; } -- 2.25.1