From fd735f54af37ae2a254e594921aa8df116fa65e4 Mon Sep 17 00:00:00 2001 From: Ahed Date: Tue, 9 Feb 2021 19:55:18 +0200 Subject: [PATCH] Add label for fields without title Only for fields with html tag --- xml/schema/Campaign/Campaign.xml | 1 + xml/schema/Case/Case.xml | 1 + xml/schema/Contact/Contact.xml | 25 +++++++++++++++++++ xml/schema/Contribute/Contribution.xml | 20 +++++++++------ xml/schema/Contribute/ContributionPage.xml | 1 + xml/schema/Contribute/Product.xml | 1 + xml/schema/Core/ActionSchedule.xml | 3 +++ xml/schema/Core/Phone.xml | 1 + xml/schema/Core/UFGroup.xml | 1 + xml/schema/Event/Event.xml | 10 ++++++++ xml/schema/Financial/PaymentProcessorType.xml | 1 + xml/schema/Mailing/Component.xml | 1 + xml/schema/Mailing/Mailing.xml | 6 +++++ xml/schema/Member/Membership.xml | 1 + xml/schema/Member/MembershipStatus.xml | 4 +++ xml/schema/Member/MembershipType.xml | 1 + xml/schema/PCP/PCP.xml | 2 ++ xml/schema/Price/LineItem.xml | 1 + xml/schema/Price/PriceField.xml | 1 + xml/schema/Price/PriceFieldValue.xml | 6 +++++ xml/schema/Price/PriceSet.xml | 2 ++ xml/schema/SMS/History.xml | 2 ++ 22 files changed, 85 insertions(+), 7 deletions(-) diff --git a/xml/schema/Campaign/Campaign.xml b/xml/schema/Campaign/Campaign.xml index 408fe88b04..1e63131e37 100644 --- a/xml/schema/Campaign/Campaign.xml +++ b/xml/schema/Campaign/Campaign.xml @@ -270,6 +270,7 @@ 3.4 Text + diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index e234343280..08d0e2c3bb 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -102,6 +102,7 @@ TextArea 8 60 + Details populated from Open Case. Only used in the CiviCase extension. 1.8 diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 8783b5ab3f..de36808e40 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -93,6 +93,7 @@ 0 CheckBox + 1.1 @@ -106,6 +107,7 @@ 1.1 CheckBox + @@ -118,6 +120,7 @@ 1.1 CheckBox + @@ -130,6 +133,7 @@ 3.0 CheckBox + @@ -142,6 +146,7 @@ 1.1 CheckBox + @@ -155,6 +160,7 @@ 1.1 CheckBox + @@ -168,6 +174,7 @@ 1.1 Text + @@ -177,6 +184,7 @@ Text 8 + true @@ -248,6 +256,7 @@ Text 30 + Organization true @@ -265,6 +274,7 @@ File 30 + @@ -322,6 +332,7 @@ Select + @@ -377,6 +388,7 @@ Text 30 + true /^first|(f(irst\s)?name)$/i @@ -398,6 +410,7 @@ Text 30 + true /^middle|(m(iddle\s)?name)$/i @@ -414,6 +427,7 @@ Text 30 + true /^last|(l(ast\s)?name)$/i @@ -479,6 +493,7 @@ true Text + /^title/i Formal (academic or similar) title in front of name. (Prof., Dr. etc.) @@ -530,6 +545,7 @@ 3.0 Text + @@ -564,6 +580,7 @@ 3.0 Text + @@ -598,6 +615,7 @@ 3.0 Text + @@ -615,6 +633,7 @@ Text 30 + true /^job|(j(ob\s)?title)$/i @@ -656,6 +675,7 @@ Select Date birth + Individual @@ -671,6 +691,7 @@ true CheckBox + Individual @@ -690,6 +711,7 @@ Select Date birth + Individual @@ -700,6 +722,7 @@ Text 30 + true /^household|(h(ousehold\s)?name)$/i @@ -739,6 +762,7 @@ Text 30 + true /^organization|(o(rganization\s)?name)$/i @@ -763,6 +787,7 @@ 1.1 Text + Organization diff --git a/xml/schema/Contribute/Contribution.xml b/xml/schema/Contribute/Contribution.xml index df39506357..6b0efad6cd 100644 --- a/xml/schema/Contribute/Contribution.xml +++ b/xml/schema/Contribute/Contribution.xml @@ -159,8 +159,9 @@ Total amount of this contribution. Use market value for non-monetary gifts. 1.3 - Text - + Text + + index_total_amount_receive_date @@ -177,8 +178,9 @@ actual processor fee if known - may be 0. 1.3 - Text - + Text + + net_amount @@ -189,8 +191,9 @@ actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount. 1.3 - Text - + Text + + trxn_id @@ -250,6 +253,7 @@ Select + @@ -290,6 +294,7 @@ Select Date activityDateTime + 1.3 @@ -510,7 +515,8 @@ Stores the date when revenue should be recognized. Select Date - activityDateTime + activityDateTime + 4.7 diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index b799b8ae8e..6bef502c0a 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -81,6 +81,7 @@ Select + 1.8 diff --git a/xml/schema/Contribute/Product.xml b/xml/schema/Contribute/Product.xml index e8fa3181c9..0123646f37 100644 --- a/xml/schema/Contribute/Product.xml +++ b/xml/schema/Contribute/Product.xml @@ -99,6 +99,7 @@ Select + diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 976ba89819..9f1abeaf5a 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -83,6 +83,7 @@ 3.4 Select + @@ -117,6 +118,7 @@ 3.4 Select + @@ -137,6 +139,7 @@ 3.4 Select + diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index 81572a17a6..93e076f3fc 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -114,6 +114,7 @@ 1.1 Text + diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index 90a1c624eb..74b186ef48 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -86,6 +86,7 @@ TextArea 4 80 + 1.2 diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index 15a05cb026..68e4ae28b2 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -180,6 +180,7 @@ Select Date activityDateTime + @@ -190,6 +191,7 @@ Select Date activityDateTime + @@ -256,6 +258,7 @@ Select + 1.8 @@ -457,6 +460,7 @@ comma-separated list of email addresses to cc each time a confirmation is sent Text + 1.7 @@ -467,6 +471,7 @@ comma-separated list of email addresses to bcc each time a confirmation is sent Text + 1.7 @@ -647,6 +652,7 @@ 3.0 CheckBox + @@ -656,6 +662,7 @@ 3.0 Text + @@ -687,6 +694,7 @@ TextArea 4 60 + true Text to display when the event is full, but participants can signup for a waitlist. @@ -699,6 +707,7 @@ TextArea 4 60 + true Text to display when the approval is required to complete registration for an event. @@ -773,6 +782,7 @@ Select + diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index 584c03f0ac..d5a3728c3b 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -171,6 +171,7 @@ Select + 1.8 diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index 553ee81609..f8c9986bcd 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -63,6 +63,7 @@ TextArea 8 80 + diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 4932605d21..f3f6026513 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -191,6 +191,7 @@ Reply-To Email of mailing Text + @@ -218,6 +219,7 @@ Subject of mailing Text + @@ -236,6 +238,7 @@ Should we track URL click-throughs for this mailing? CheckBox + @@ -244,6 +247,7 @@ Should we forward replies back to the author? CheckBox + @@ -252,6 +256,7 @@ Should we enable the auto-responder? CheckBox + @@ -292,6 +297,7 @@ Overwrite the VERP address in Reply-To CheckBox + diff --git a/xml/schema/Member/Membership.xml b/xml/schema/Member/Membership.xml index cd5fb5d868..50e6ac74ee 100644 --- a/xml/schema/Member/Membership.xml +++ b/xml/schema/Member/Membership.xml @@ -227,6 +227,7 @@ true Text + diff --git a/xml/schema/Member/MembershipStatus.xml b/xml/schema/Member/MembershipStatus.xml index dcc25b9e70..aff14eb8d6 100644 --- a/xml/schema/Member/MembershipStatus.xml +++ b/xml/schema/Member/MembershipStatus.xml @@ -57,6 +57,7 @@ 1.5 Select + @@ -70,6 +71,7 @@ 1.5 Select + @@ -89,6 +91,7 @@ 1.5 Select + @@ -102,6 +105,7 @@ 1.5 Select + diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 2b55b30256..6bd5cd7c5b 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -269,6 +269,7 @@ 0 Radio + CRM_Core_SelectValues::memberAutoRenew diff --git a/xml/schema/PCP/PCP.xml b/xml/schema/PCP/PCP.xml index ec453d2337..5195a51e7c 100644 --- a/xml/schema/PCP/PCP.xml +++ b/xml/schema/PCP/PCP.xml @@ -74,6 +74,7 @@ 2.2 TextArea + @@ -83,6 +84,7 @@ 2.2 TextArea + diff --git a/xml/schema/Price/LineItem.xml b/xml/schema/Price/LineItem.xml index 240739d723..98b7e38e78 100644 --- a/xml/schema/Price/LineItem.xml +++ b/xml/schema/Price/LineItem.xml @@ -115,6 +115,7 @@ 1.7 Text + diff --git a/xml/schema/Price/PriceField.xml b/xml/schema/Price/PriceField.xml index 82725baf7c..a24f57d003 100644 --- a/xml/schema/Price/PriceField.xml +++ b/xml/schema/Price/PriceField.xml @@ -86,6 +86,7 @@ 1.8 Select + diff --git a/xml/schema/Price/PriceFieldValue.xml b/xml/schema/Price/PriceFieldValue.xml index 09c7c425fb..8563ea3c2d 100644 --- a/xml/schema/Price/PriceFieldValue.xml +++ b/xml/schema/Price/PriceFieldValue.xml @@ -70,6 +70,7 @@ TextArea 2 60 + NULL true @@ -83,6 +84,7 @@ TextArea 2 60 + NULL true @@ -96,6 +98,7 @@ TextArea 2 60 + NULL true @@ -123,6 +126,7 @@ 3.3 Text + @@ -133,6 +137,7 @@ 3.3 Text + @@ -173,6 +178,7 @@ 4.3 Text + diff --git a/xml/schema/Price/PriceSet.xml b/xml/schema/Price/PriceSet.xml index d818a23444..89d168abf0 100644 --- a/xml/schema/Price/PriceSet.xml +++ b/xml/schema/Price/PriceSet.xml @@ -15,6 +15,7 @@ Price Set Number + 1.8 @@ -53,6 +54,7 @@ 1.8 Text + diff --git a/xml/schema/SMS/History.xml b/xml/schema/SMS/History.xml index 01a360bfed..2794567fb0 100644 --- a/xml/schema/SMS/History.xml +++ b/xml/schema/SMS/History.xml @@ -14,6 +14,7 @@ SMS History ID Number + 1.4 @@ -29,6 +30,7 @@ TextArea 5 80 + 1.4 -- 2.25.1