Skip to content
Snippets Groups Projects
Commit 50d0fcc1 authored by JoeMurray's avatar JoeMurray Committed by GitHub
Browse files

Added Limitations section

parent a10d0b6a
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,12 @@ and above. ...@@ -28,6 +28,12 @@ and above.
- null - 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 ## Examples
The following is an excerpt from [the CiviCRM Multisite The following is an excerpt from [the CiviCRM Multisite
...@@ -81,4 +87,4 @@ not detailed in full. ...@@ -81,4 +87,4 @@ not detailed in full.
function _eventmgmt_isEventMgr() { 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") //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
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