Skip to content

Commit

Permalink
Change permission on navigation menu to 'import contacts' re #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Lott / Artful Robot committed Feb 25, 2022
1 parent 16e002d commit 5b3e1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importhelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function importhelper_civicrm_navigationMenu(&$menu) {
'label' => ts('CSV Import Helper', array('domain' => 'uk.artfulrobot.civicrm.importhelper')),
'name' => 'csvimporthelper',
'url' => 'civicrm/a/#csv-import-helper',
'permission' => 'access CiviReport,access CiviContribute',
'permission' => 'import contacts',
'operator' => 'OR',
'separator' => 0,
));
Expand Down

0 comments on commit 5b3e1e0

Please sign in to comment.