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:
fc8ab5c
)
Fix related contacts label in search kit
author
Coleman Watts
<coleman@civicrm.org>
Fri, 17 Dec 2021 21:37:06 +0000
(16:37 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 17 Dec 2021 21:37:06 +0000
(16:37 -0500)
Civi/Api4/RelationshipCache.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/RelationshipCache.php
b/Civi/Api4/RelationshipCache.php
index 682b3ff74ec5b68081c2fa4a937c91cbe84b57ae..77db19c2f2d75c1750052cbebebb810a8da3cafa 100644
(file)
--- a/
Civi/Api4/RelationshipCache.php
+++ b/
Civi/Api4/RelationshipCache.php
@@
-49,6
+49,7
@@
class RelationshipCache extends Generic\AbstractEntity {
$info['bridge'] = [
'near_contact_id' => [
'to' => 'far_contact_id',
+ 'label' => ts('Related Contacts'),
'description' => ts('One or more related contacts'),
],
];