Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.7, 1.8, 1.9, 2.0
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
Description
If there are no profiles setup that are linked to the user account, there will be no link on the drupal user page to "View Contact Record". The fix is so simple i'll just write it out here:
civicrm/drupal/civicrm.module line 592 should be changed from:
if ($setLink && CRM_Core_Permission::check( 'access CiviCRM' )) {
to
if (CRM_Core_Permission::check( 'access CiviCRM' )) {