Skip to content
Snippets Groups Projects
Unverified Commit 77db2306 authored by yashodha's avatar yashodha Committed by GitHub
Browse files

Merge pull request #15074 from sushantpaste/report-hook

#1077 Fixes making report listing actions links hookable
parents 67755a31 090e9e0e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment