Fix contact dashboard link
authorColeman Watts <coleman@civicrm.org>
Fri, 12 Dec 2014 15:37:15 +0000 (10:37 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 12 Dec 2014 15:37:15 +0000 (10:37 -0500)
CRM/Contact/Page/View/UserDashBoard.php

index 93b4cce8abd7f09a84e3f7e5269c5031869dc81d..298d1f74f9b4a2d1c2da2fade77fb4d89abc693e 100644 (file)
@@ -233,6 +233,7 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page {
         CRM_Core_Action::VIEW => array(
           'name' => ts('Dashboard'),
           'url' => 'civicrm/user',
+          'class' => 'no-popup',
           'qs' => 'reset=1&id=%%cbid%%',
           'title' => ts('View Relationship'),
         ),