diff --git a/docs/hooks/hook_civicrm_permission_check.md b/docs/hooks/hook_civicrm_permission_check.md index eaf281ceac730b50510d47a56d769d377b075a52..231c0d9244e3b12704497c58032a8867f5c10a3d 100644 --- a/docs/hooks/hook_civicrm_permission_check.md +++ b/docs/hooks/hook_civicrm_permission_check.md @@ -28,6 +28,12 @@ and above. - null +## Limitations + +- This hook is implemented for forms (eg Add, Edit) but not yet for + reports and viewing of objects like Activities on the Contact + Summary page as of 4.7.17 + ## Examples The following is an excerpt from [the CiviCRM Multisite @@ -81,4 +87,4 @@ not detailed in full. function _eventmgmt_isEventMgr() { //determine if the logged in user should be granted access to this particular event's participant listing page (i.e. they are an "event manager") - } \ No newline at end of file + }