From 1140669efbd20ac91b9b70bb86a9ccc779a0aee8 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 17 Nov 2022 10:07:24 +1300 Subject: [PATCH] Add html for default field to schema Note in the process I found that OptionValue.is_default is not required and LocationType.is_default is not required and does not have a default --- xml/schema/Campaign/Survey.xml | 4 ++++ xml/schema/Core/LocationType.xml | 4 ++++ xml/schema/Core/MailSettings.xml | 4 ++++ xml/schema/Core/MessageTemplate.xml | 4 ++++ xml/schema/Core/OptionValue.xml | 4 ++++ xml/schema/Core/PrintLabel.xml | 4 ++++ xml/schema/Financial/FinancialAccount.xml | 4 ++++ xml/schema/Financial/PaymentProcessor.xml | 8 ++++++-- xml/schema/Financial/PaymentProcessorType.xml | 4 ++++ xml/schema/Mailing/Component.xml | 4 ++++ xml/schema/Member/MembershipStatus.xml | 1 + xml/schema/Price/PriceFieldValue.xml | 3 ++- xml/schema/SMS/Provider.xml | 3 ++- 13 files changed, 47 insertions(+), 4 deletions(-) diff --git a/xml/schema/Campaign/Survey.xml b/xml/schema/Campaign/Survey.xml index 00a3cb74c4..52990e5878 100644 --- a/xml/schema/Campaign/Survey.xml +++ b/xml/schema/Campaign/Survey.xml @@ -160,6 +160,10 @@ boolean 0 true + + CheckBox + + Is this default survey? 3.3 diff --git a/xml/schema/Core/LocationType.xml b/xml/schema/Core/LocationType.xml index 833321031c..b6e4c9bf61 100644 --- a/xml/schema/Core/LocationType.xml +++ b/xml/schema/Core/LocationType.xml @@ -83,6 +83,10 @@ is_default Default Location Type? boolean + + CheckBox + + Is this location type the default? 1.1 diff --git a/xml/schema/Core/MailSettings.xml b/xml/schema/Core/MailSettings.xml index 38833d69d7..30b9da7dfb 100644 --- a/xml/schema/Core/MailSettings.xml +++ b/xml/schema/Core/MailSettings.xml @@ -56,6 +56,10 @@ boolean 0 true + + CheckBox + + whether this is the default set of settings for this domain 2.2 diff --git a/xml/schema/Core/MessageTemplate.xml b/xml/schema/Core/MessageTemplate.xml index 591c32fb36..1a32d36d16 100644 --- a/xml/schema/Core/MessageTemplate.xml +++ b/xml/schema/Core/MessageTemplate.xml @@ -95,6 +95,10 @@ boolean 1 true + + CheckBox + + is this the default message template for the workflow referenced by workflow_id? 3.1 diff --git a/xml/schema/Core/OptionValue.xml b/xml/schema/Core/OptionValue.xml index 87dfc45a3e..523d507f34 100644 --- a/xml/schema/Core/OptionValue.xml +++ b/xml/schema/Core/OptionValue.xml @@ -99,6 +99,10 @@ Option is Default? boolean 0 + + CheckBox + + Is this the default option for the group? 1.5 diff --git a/xml/schema/Core/PrintLabel.xml b/xml/schema/Core/PrintLabel.xml index 37b44e685d..67c51e7e6c 100644 --- a/xml/schema/Core/PrintLabel.xml +++ b/xml/schema/Core/PrintLabel.xml @@ -88,6 +88,10 @@ boolean 1 true + + CheckBox + + Is this default? 4.4 diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index c04aaa42ca..c2005ddf6d 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -175,6 +175,10 @@ Is this account the default one (or default tax one) for its financial_account_type? 0 true + + CheckBox + + 4.3 diff --git a/xml/schema/Financial/PaymentProcessor.xml b/xml/schema/Financial/PaymentProcessor.xml index f416032025..40bd71868a 100644 --- a/xml/schema/Financial/PaymentProcessor.xml +++ b/xml/schema/Financial/PaymentProcessor.xml @@ -121,10 +121,14 @@ is_default Processor Is Default? boolean - Is this processor the default? - 1.8 0 true + + CheckBox + + + Is this processor the default? + 1.8 is_test diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index f4795f27a5..149134ea12 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -66,6 +66,10 @@ boolean 0 true + + CheckBox + + Is this processor the default? 1.8 diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index 9b19432fda..e077a8b98b 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -75,6 +75,10 @@ boolean 0 true + + CheckBox + + Is this the default component for this component_type? diff --git a/xml/schema/Member/MembershipStatus.xml b/xml/schema/Member/MembershipStatus.xml index 75157357cf..8ebc0ac4dc 100644 --- a/xml/schema/Member/MembershipStatus.xml +++ b/xml/schema/Member/MembershipStatus.xml @@ -156,6 +156,7 @@ true CheckBox + Assign this status to a membership record if no other status match is found. 1.5 diff --git a/xml/schema/Price/PriceFieldValue.xml b/xml/schema/Price/PriceFieldValue.xml index 4b56bd90e9..9375b009ab 100644 --- a/xml/schema/Price/PriceFieldValue.xml +++ b/xml/schema/Price/PriceFieldValue.xml @@ -188,10 +188,11 @@ Is this default price field option 0 true - 3.3 CheckBox + + 3.3 is_active diff --git a/xml/schema/SMS/Provider.xml b/xml/schema/SMS/Provider.xml index 29cef8c7be..f33a94d2ac 100644 --- a/xml/schema/SMS/Provider.xml +++ b/xml/schema/SMS/Provider.xml @@ -100,10 +100,11 @@ boolean 0 true - 4.2 CheckBox + + 4.2 is_active -- 2.25.1