Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
People with above permission should be able to view all activities for all contacts on the dashboard. Change the following lines/files with code below:
Line 176 civicrm/CRM/Contact/Page/View/Dashboard.php: $admin = CRM_Core_Permission::check( 'view all activities') || CRM_Core_Permission::check('administer CiviCRM' );
add 'view all activities' to cperm array on line 135 of civicrm.module