X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FView%2FSummary.php;h=337c8668e1aa7f1e881b45f4bb179b70174731ba;hb=6b754ecb2e8743689a4db464bcd042dac025e977;hp=dc47daaf228716b7d205143d4fff23de798bd858;hpb=a44001964fb0630215cc5990cd09e604d029274b;p=civicrm-core.git diff --git a/CRM/Contact/Page/View/Summary.php b/CRM/Contact/Page/View/Summary.php index dc47daaf22..337c8668e1 100644 --- a/CRM/Contact/Page/View/Summary.php +++ b/CRM/Contact/Page/View/Summary.php @@ -328,8 +328,7 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View { 'title' => $elem['title'], 'weight' => $elem['weight'], 'count' => CRM_Contact_BAO_Contact::getCountComponent($u, $this->_contactId), - // CiviCase UI not yet compatible with livePage popups - 'class' => $u == 'case' ? '' : 'livePage', + 'class' => 'livePage', ); // make sure to get maximum weight, rest of tabs go after // FIXME: not very elegant again