Skip to content

Commit

Permalink
Merge pull request #15187 from eileenmcnaughton/dedupe11
Browse files Browse the repository at this point in the history
dev/core#1230 Loosen permissions to Dedupe.getstatistics api
  • Loading branch information
seamuslee001 authored Sep 5, 2019
2 parents d5f4469 + 3ea6ec7 commit 283c0da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ public static function getEntityActionPermissions() {

$permissions['dedupe'] = [
'getduplicates' => ['access CiviCRM'],
'getstatistics' => ['access CiviCRM'],
];

// CRM-16963 - Permissions for country.
Expand Down

0 comments on commit 283c0da

Please sign in to comment.