Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.5
-
Fix Version/s: 4.1.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
we should add new hook that would allow users to customize contextmenu actions on Contact Summary
- civicrm_summaryActions( &$actions, $contactID )
- add example for it in civitest.module.sample
- update the hook documentation on wiki
– Original post --------------
In the Contact Summary there is a button 'Actions' which lists all possible actions for a Contact. At the moment this is hard c oded in Contact_BAO_Contact::contextMenu. This should be moved to an option list so the customer can decide which actions are available here. Now it can be they make activity types disabled but they are still listed with the actions button?