X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FActivityView.php;h=16247cda225f1e4c7619aec3ca9268331476c530;hb=8867b911734050261d9325c528315f370707f8c9;hp=9459d9c21cb95f3e5565c8b9af45fea6120853dd;hpb=e22d01cd3d4016e392df7b0b76a713adffbb2b6d;p=civicrm-core.git diff --git a/CRM/Case/Form/ActivityView.php b/CRM/Case/Form/ActivityView.php index 9459d9c21c..16247cda22 100644 --- a/CRM/Case/Form/ActivityView.php +++ b/CRM/Case/Form/ActivityView.php @@ -1,7 +1,7 @@ ts('Home'), + 'url' => CRM_Utils_System::url(), + ], + [ + 'title' => ts('CiviCRM'), + 'url' => CRM_Utils_System::url('civicrm', 'reset=1'), + ], + [ + 'title' => ts('CiviCase Dashboard'), + 'url' => CRM_Utils_System::url('civicrm/case', 'reset=1'), + ], + [ + 'title' => $caseType, + 'url' => CRM_Utils_System::url('civicrm/contact/view/case', [ + 'reset' => 1, + 'id' => $caseID, + 'context' => 'case', + 'action' => 'view', + 'cid' => $caseContact, + ]), + ], + ]; + CRM_Utils_System::appendBreadCrumb($breadcrumb); } }