From 1c0d6845b2cc6082a463701f5ed4ab9c277a256b Mon Sep 17 00:00:00 2001 From: Ahed Date: Mon, 8 Feb 2021 23:59:41 +0200 Subject: [PATCH] Fix titles that contain entity name Only for fields with title tag and html->label --- xml/schema/Core/CustomField.xml | 4 ++-- xml/schema/Core/Phone.xml | 4 ++-- xml/schema/Core/Tag.xml | 4 ++-- xml/schema/Core/UFField.xml | 4 ++-- xml/schema/Member/MembershipType.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index df3803209a..7a5ac56d95 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -68,7 +68,7 @@ data_type varchar - Custom Field Data Type + Data Type 16 true Controls location of data storage in extended_data table. @@ -84,7 +84,7 @@ html_type varchar - Custom Field HTML Type + HTML Type 32 true HTML types plus several built-in extended types. diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 4e455fdfd9..81572a17a6 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -43,7 +43,7 @@ location_type_id - Phone Location Type ID + Location Type ID int unsigned Which Location does this phone belong to. @@ -53,7 +53,7 @@ Select - + 2.0 diff --git a/xml/schema/Core/Tag.xml b/xml/schema/Core/Tag.xml index c1ec1b0bcf..6575eb566a 100644 --- a/xml/schema/Core/Tag.xml +++ b/xml/schema/Core/Tag.xml @@ -108,11 +108,11 @@ created_id - Tag Created By Contact ID + Created By Contact ID int unsigned FK to civicrm_contact, who created this tag - + 3.4 diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index 524e1c6c3a..fde4410c2d 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -140,11 +140,11 @@ location_type_id - Profile Field Location Type ID + Location Type ID int unsigned Location type of this mapping, if required - + 1.3 diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index aa19de6e8c..2b55b30256 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -64,7 +64,7 @@ description - Membership Type Description + Description varchar TextArea @@ -119,7 +119,7 @@ minimum_fee - Membership Type Minimum Fee + Minimum Fee decimal 18,9 Minimum fee for this membership (0 for free/complimentary memberships). -- 2.25.1