Skip to content
Snippets Groups Projects
Commit 8cf8d270 authored by sushantpaste's avatar sushantpaste
Browse files

Updated docs for dev/core#1077

parent 479bcdd3
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, ...@@ -112,6 +112,10 @@ function MODULENAME_civicrm_links($op, $objectName, $objectId, &$links, &$mask,
// old extensions using 'title' will still work // old extensions using 'title' will still work
); );
break; break;
case 'view.report.links':
// disable copy,delete links.
unset($links['copy']);
unset($links['delete']);
} }
} }
return $myLinks; 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