From 0b67ced416a4a8733ed7de5373f5d97333e25028 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 22 Apr 2022 18:33:25 -0400 Subject: [PATCH] Metadata - Add html type to relationship contact_a --- CRM/Contact/DAO/Relationship.php | 3 ++- xml/schema/Contact/Relationship.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Contact/DAO/Relationship.php b/CRM/Contact/DAO/Relationship.php index ede52c66c6..5fa79cb93b 100644 --- a/CRM/Contact/DAO/Relationship.php +++ b/CRM/Contact/DAO/Relationship.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Relationship.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:138d23f70bbc1e8c3b1ad2d247e9a8df) + * (GenCodeChecksum:3c7051137838e12caf53b96b8c369f2b) */ /** @@ -238,6 +238,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO { 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', 'html' => [ + 'type' => 'EntityRef', 'label' => ts("Contact A"), ], 'add' => '1.1', diff --git a/xml/schema/Contact/Relationship.xml b/xml/schema/Contact/Relationship.xml index 384c455411..729b0ffc8a 100644 --- a/xml/schema/Contact/Relationship.xml +++ b/xml/schema/Contact/Relationship.xml @@ -35,6 +35,7 @@ true id of the first contact + EntityRef 1.1 -- 2.25.1