Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.16
-
Fix Version/s: 4.7.18
-
Component/s: Core CiviCRM
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:Developer Doc
-
Funding Source:Contributed Code
-
Verified?:No
Description
Use case:
Allow other modules to add non-civicrm links to "Actions" ribbon on Contact Summary
Currently you can add links however it tries to open it inside CiviCRM pop up hence it fails. Using class param (class=no-popup) you can control this behavior.
Note that class param is set only if passed in the hook, so this does not have any impact on existing implementation of this hook.