mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 22:37:17 +02:00
work on visualisation
This commit is contained in:
parent
6cf63f5b42
commit
92db3be27e
8 changed files with 370 additions and 26 deletions
|
@ -45,5 +45,13 @@ function contactcats_civicrm_navigationMenu(&$menu) {
|
|||
'operator' => 'OR',
|
||||
'separator' => 0,
|
||||
]);
|
||||
_contactcats_civix_insert_navigation_menu($menu, 'Reports', [
|
||||
'label' => E::ts('Contact Category Flows'),
|
||||
'name' => 'contact_category_flows',
|
||||
'url' => 'civicrm/reports/contact-category-flows',
|
||||
'permission' => 'access CiviCRM',
|
||||
'operator' => 'OR',
|
||||
'separator' => 0,
|
||||
]);
|
||||
_contactcats_civix_navigationMenu($menu);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue