dev/financial#148 fully deprecate validateData function
[civicrm-core.git] / CRM / Core / Permission.php
index 899440812e6bfa95417859e81d131578beceeb06..1de3147c8ab342386dc553a8e50a4ab1afa9da1b 100644 (file)
@@ -1491,6 +1491,18 @@ class CRM_Core_Permission {
       ],
     ];
 
+    // Dashboard permissions
+    $permissions['dashboard'] = [
+      'get' => [
+        'access CiviCRM',
+      ],
+    ];
+    $permissions['dashboard_contact'] = [
+      'default' => [
+        'access CiviCRM',
+      ],
+    ];
+
     // Profile permissions
     $permissions['profile'] = [
       // the profile will take care of this