Skip to content
Snippets Groups Projects
Unverified Commit c1e7c591 authored by homotechsual's avatar homotechsual Committed by GitHub
Browse files

Merge pull request #663 from sushantpaste/report-links-hooks

Updated docs for dev/core#1077
parents 9ead97f6 91b01ead
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,10 @@ function MODULENAME_civicrm_links($op, $objectName, $objectId, &$links, &$mask,
// old extensions using 'title' will still work
);
break;
case 'view.report.links':
// disable copy & delete links.
unset($links['copy']);
unset($links['delete']);
}
}
return $myLinks;
......
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