CRM-13863 - Add livePage to contact case tab
[civicrm-core.git] / CRM / Contact / Page / View / Summary.php
index dc47daaf228716b7d205143d4fff23de798bd858..337c8668e1aa7f1e881b45f4bb179b70174731ba 100644 (file)
@@ -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