Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.2
-
Fix Version/s: 2.2.3
-
Component/s: CiviCRM Profile
-
Labels:None
Description
On CRM/Profile/Page/Dynamic.php, that's only $admin that can see the fields that are admin and users. the users should see them as well.
Can I change the access right so that's CRM_Core_Permission::check( 'view all contacts' ) ?
Rationale: a user that can see all the fields on contact/view should be able to see them as well on the profile.