From 170af518fa33c69229ec9a4a179acff4888ce985 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 29 Aug 2019 14:08:25 +1200 Subject: [PATCH] Adjust permissions on dedupe exception api to 'merge duplicate contacts' --- CRM/Core/Permission.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CRM/Core/Permission.php b/CRM/Core/Permission.php index fabe79767d..40fa9de2eb 100644 --- a/CRM/Core/Permission.php +++ b/CRM/Core/Permission.php @@ -1174,6 +1174,10 @@ class CRM_Core_Permission { 'edit all events', ], ]; + // Exception refers to dedupe_exception. + $permissions['exception'] = [ + 'default' => ['merge duplicate contacts'], + ]; // Loc block is only used for events $permissions['loc_block'] = $permissions['event']; -- 2.25.1