projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14dc5a3
)
Logging ReportDetail: update breadcrumb to use CiviCRM Home for disambiguation with...
author
Mathieu Lutfy
<mathieu@symbiotic.coop>
Mon, 13 Mar 2023 17:26:46 +0000
(13:26 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Tue, 14 Mar 2023 01:15:26 +0000
(21:15 -0400)
CRM/Logging/ReportDetail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Logging/ReportDetail.php
b/CRM/Logging/ReportDetail.php
index f69d6f5cd1c8b59f19d3dffba57bfa00761569e1..a87ee1edc89411a1bf9515266280a03aa70fcdd7 100644
(file)
--- a/
CRM/Logging/ReportDetail.php
+++ b/
CRM/Logging/ReportDetail.php
@@
-80,7
+80,7
@@
class CRM_Logging_ReportDetail extends CRM_Report_Form {
CRM_Utils_System::resetBreadCrumb();
$breadcrumb = [
[
- 'title' => ts('Home'),
+ 'title' => ts('Home'
, ['context' => 'menu']
),
'url' => CRM_Utils_System::url(),
],
[