projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac14f3
)
dev/core#1077 Fixes making report listing actions links hookable
author
sushantpaste
<sushant@osseed.com>
Mon, 19 Aug 2019 10:58:21 +0000
(16:28 +0530)
committer
sushantpaste
<sushant@osseed.com>
Mon, 19 Aug 2019 10:58:21 +0000
(16:28 +0530)
CRM/Report/Page/InstanceList.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Page/InstanceList.php
b/CRM/Report/Page/InstanceList.php
index 8e8b17cbdd7511e27311b9ce17a529b33c209be9..b7aa9fab331fc83292559cff8125bc8e9a3e4764 100644
(file)
--- 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;
}