From 50d0fcc17dc4cebb39cce38e274ec8f4e1755b80 Mon Sep 17 00:00:00 2001
From: Joe Murray <joe.murray@jmaconsulting.biz>
Date: Tue, 14 Feb 2017 11:53:19 -0500
Subject: [PATCH] Added Limitations section

---
 docs/hooks/hook_civicrm_permission_check.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/hooks/hook_civicrm_permission_check.md b/docs/hooks/hook_civicrm_permission_check.md
index eaf281ce..231c0d92 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
+    }
-- 
GitLab