From 2a940ee901ed0578e85c23a376ea9ce80ad58121 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 14 Nov 2022 11:53:55 +1300 Subject: [PATCH] Add html definition to schema for is_active (part 3) --- xml/schema/Event/ParticipantStatusType.xml | 4 ++++ xml/schema/Financial/FinancialAccount.xml | 4 ++++ xml/schema/Financial/FinancialType.xml | 4 ++++ xml/schema/Financial/PaymentProcessor.xml | 4 ++++ xml/schema/Financial/PaymentProcessorType.xml | 4 ++++ xml/schema/Friend/Friend.xml | 1 + xml/schema/Mailing/Component.xml | 4 ++++ xml/schema/Member/MembershipBlock.xml | 4 ++++ xml/schema/Member/MembershipStatus.xml | 1 + xml/schema/Member/MembershipType.xml | 2 +- xml/schema/PCP/PCP.xml | 1 + xml/schema/PCP/PCPBlock.xml | 4 ++++ xml/schema/Price/PriceField.xml | 1 + xml/schema/Price/PriceFieldValue.xml | 4 ++++ xml/schema/Price/PriceSet.xml | 1 + xml/schema/Report/ReportInstance.xml | 1 + xml/schema/SMS/Provider.xml | 1 + 17 files changed, 44 insertions(+), 1 deletion(-) diff --git a/xml/schema/Event/ParticipantStatusType.xml b/xml/schema/Event/ParticipantStatusType.xml index 03d0265645..005dfc5a13 100644 --- a/xml/schema/Event/ParticipantStatusType.xml +++ b/xml/schema/Event/ParticipantStatusType.xml @@ -72,6 +72,10 @@ boolean whether this status type is active 1 + + CheckBox + + true 3.0 diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index b8486bab71..c04aaa42ca 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -162,6 +162,10 @@ Is this property active? 1 true + + CheckBox + + 4.3 diff --git a/xml/schema/Financial/FinancialType.xml b/xml/schema/Financial/FinancialType.xml index a13fa1eb62..7ce187d7af 100644 --- a/xml/schema/Financial/FinancialType.xml +++ b/xml/schema/Financial/FinancialType.xml @@ -95,6 +95,10 @@ Financial Type Is Active? 4 true + + CheckBox + + Is this property active? 1.3 diff --git a/xml/schema/Financial/PaymentProcessor.xml b/xml/schema/Financial/PaymentProcessor.xml index 026829337a..f416032025 100644 --- a/xml/schema/Financial/PaymentProcessor.xml +++ b/xml/schema/Financial/PaymentProcessor.xml @@ -110,6 +110,10 @@ boolean Is this processor active? 1.8 + + CheckBox + + 1 true diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index 3d4f076f70..f4795f27a5 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -54,6 +54,10 @@ 1 true Is this processor active? + + CheckBox + + 1.8 diff --git a/xml/schema/Friend/Friend.xml b/xml/schema/Friend/Friend.xml index ff6360c946..595175ed1f 100644 --- a/xml/schema/Friend/Friend.xml +++ b/xml/schema/Friend/Friend.xml @@ -119,6 +119,7 @@ 2.0 CheckBox + diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index a716253366..9b19432fda 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -83,6 +83,10 @@ boolean true 1 + + CheckBox + + Is this property active? diff --git a/xml/schema/Member/MembershipBlock.xml b/xml/schema/Member/MembershipBlock.xml index fc87946353..74a5b3e2e1 100644 --- a/xml/schema/Member/MembershipBlock.xml +++ b/xml/schema/Member/MembershipBlock.xml @@ -142,6 +142,10 @@ boolean 1 true + + CheckBox + + Is this membership_block enabled 1.5 diff --git a/xml/schema/Member/MembershipStatus.xml b/xml/schema/Member/MembershipStatus.xml index 782ed48bac..75157357cf 100644 --- a/xml/schema/Member/MembershipStatus.xml +++ b/xml/schema/Member/MembershipStatus.xml @@ -168,6 +168,7 @@ true CheckBox + Is this membership_status enabled. 1.5 diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 189712ce83..df82e707f4 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -290,7 +290,7 @@ 1.5 CheckBox - + diff --git a/xml/schema/PCP/PCP.xml b/xml/schema/PCP/PCP.xml index b6da6a231e..6c8ab75bb5 100644 --- a/xml/schema/PCP/PCP.xml +++ b/xml/schema/PCP/PCP.xml @@ -187,6 +187,7 @@ 2.2 CheckBox + diff --git a/xml/schema/PCP/PCPBlock.xml b/xml/schema/PCP/PCPBlock.xml index bef7995370..b1da5f1024 100644 --- a/xml/schema/PCP/PCPBlock.xml +++ b/xml/schema/PCP/PCPBlock.xml @@ -143,6 +143,10 @@ Is Personal Campaign Page Block enabled/active? 1 true + + CheckBox + + 2.2 diff --git a/xml/schema/Price/PriceField.xml b/xml/schema/Price/PriceField.xml index ef2739f321..1c729808a7 100644 --- a/xml/schema/Price/PriceField.xml +++ b/xml/schema/Price/PriceField.xml @@ -171,6 +171,7 @@ 1.8 CheckBox + diff --git a/xml/schema/Price/PriceFieldValue.xml b/xml/schema/Price/PriceFieldValue.xml index 28338f8aa7..4b56bd90e9 100644 --- a/xml/schema/Price/PriceFieldValue.xml +++ b/xml/schema/Price/PriceFieldValue.xml @@ -200,6 +200,10 @@ Is this price field value active 1 true + + CheckBox + + 3.3 diff --git a/xml/schema/Price/PriceSet.xml b/xml/schema/Price/PriceSet.xml index 408b43d7b2..c52132cd7a 100644 --- a/xml/schema/Price/PriceSet.xml +++ b/xml/schema/Price/PriceSet.xml @@ -86,6 +86,7 @@ 1.8 CheckBox + diff --git a/xml/schema/Report/ReportInstance.xml b/xml/schema/Report/ReportInstance.xml index 58cf3b8c4d..a4f954be98 100644 --- a/xml/schema/Report/ReportInstance.xml +++ b/xml/schema/Report/ReportInstance.xml @@ -142,6 +142,7 @@ Is this entry active? CheckBox + 2.2 diff --git a/xml/schema/SMS/Provider.xml b/xml/schema/SMS/Provider.xml index 97f8aa6d7e..29cef8c7be 100644 --- a/xml/schema/SMS/Provider.xml +++ b/xml/schema/SMS/Provider.xml @@ -114,6 +114,7 @@ 4.2 CheckBox + -- 2.25.1