From b218a34bfbbd3aefda467800ab0ec23ee268cb7e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 14 Nov 2022 11:08:47 +1300 Subject: [PATCH] Add html definition to schema for is_active (1) --- ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.xml | 4 ++++ xml/schema/ACL/ACL.xml | 1 + xml/schema/ACL/ACLEntityRole.xml | 4 ++++ xml/schema/Campaign/Campaign.xml | 1 + xml/schema/Campaign/Survey.xml | 4 ++++ xml/schema/Case/CaseType.xml | 1 + xml/schema/Contact/ContactType.xml | 4 ++++ xml/schema/Contact/DashboardContact.xml | 4 ++++ xml/schema/Contact/Group.xml | 6 +++++- xml/schema/Contact/Relationship.xml | 1 + xml/schema/Contact/RelationshipCache.xml | 1 + xml/schema/Contact/RelationshipType.xml | 1 + xml/schema/Contribute/ContributionPage.xml | 6 +++++- 13 files changed, 36 insertions(+), 2 deletions(-) diff --git a/ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.xml b/ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.xml index 695c874c33..467c1e4ecd 100644 --- a/ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.xml +++ b/ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.xml @@ -80,6 +80,10 @@ boolean 1 true + + CheckBox + + Is the client currently enabled? 5.32 diff --git a/xml/schema/ACL/ACL.xml b/xml/schema/ACL/ACL.xml index 181de7b37e..326b69372b 100644 --- a/xml/schema/ACL/ACL.xml +++ b/xml/schema/ACL/ACL.xml @@ -123,6 +123,7 @@ 1.6 CheckBox + diff --git a/xml/schema/ACL/ACLEntityRole.xml b/xml/schema/ACL/ACLEntityRole.xml index d7d710bfb1..5c651490db 100644 --- a/xml/schema/ACL/ACLEntityRole.xml +++ b/xml/schema/ACL/ACLEntityRole.xml @@ -64,6 +64,10 @@ Is this property active? 1 true + + CheckBox + + 1.6 diff --git a/xml/schema/Campaign/Campaign.xml b/xml/schema/Campaign/Campaign.xml index ffd14e8e13..f0b0518df3 100644 --- a/xml/schema/Campaign/Campaign.xml +++ b/xml/schema/Campaign/Campaign.xml @@ -197,6 +197,7 @@ 3.3 CheckBox + diff --git a/xml/schema/Campaign/Survey.xml b/xml/schema/Campaign/Survey.xml index 95c7007723..00a3cb74c4 100644 --- a/xml/schema/Campaign/Survey.xml +++ b/xml/schema/Campaign/Survey.xml @@ -146,6 +146,10 @@ boolean 1 true + + CheckBox + + Is this survey enabled or disabled/cancelled? 3.3 diff --git a/xml/schema/Case/CaseType.xml b/xml/schema/Case/CaseType.xml index c6b9c3ef91..2e5df3fd9c 100644 --- a/xml/schema/Case/CaseType.xml +++ b/xml/schema/Case/CaseType.xml @@ -72,6 +72,7 @@ Is this case type enabled? CheckBox + 1 true diff --git a/xml/schema/Contact/ContactType.xml b/xml/schema/Contact/ContactType.xml index aec9c423fa..7b0af31307 100644 --- a/xml/schema/Contact/ContactType.xml +++ b/xml/schema/Contact/ContactType.xml @@ -110,6 +110,10 @@ boolean 1 true + + CheckBox + + Is this entry active? 3.1 diff --git a/xml/schema/Contact/DashboardContact.xml b/xml/schema/Contact/DashboardContact.xml index 86d4761772..bd3538d35d 100644 --- a/xml/schema/Contact/DashboardContact.xml +++ b/xml/schema/Contact/DashboardContact.xml @@ -99,6 +99,10 @@ Dashlet is Active? Is this widget active? 0 + + CheckBox + + 3.1 diff --git a/xml/schema/Contact/Group.xml b/xml/schema/Contact/Group.xml index ad0a6569f2..f66368a3a9 100644 --- a/xml/schema/Contact/Group.xml +++ b/xml/schema/Contact/Group.xml @@ -93,7 +93,11 @@ 1 true Group Enabled - Is this entry active? + + CheckBox + + + Is this group active? 1.1 diff --git a/xml/schema/Contact/Relationship.xml b/xml/schema/Contact/Relationship.xml index 729b0ffc8a..ed9cb1ee36 100644 --- a/xml/schema/Contact/Relationship.xml +++ b/xml/schema/Contact/Relationship.xml @@ -125,6 +125,7 @@ 1.1 CheckBox + diff --git a/xml/schema/Contact/RelationshipCache.xml b/xml/schema/Contact/RelationshipCache.xml index 7421611dbc..01452ce073 100644 --- a/xml/schema/Contact/RelationshipCache.xml +++ b/xml/schema/Contact/RelationshipCache.xml @@ -201,6 +201,7 @@ 5.29 CheckBox + true diff --git a/xml/schema/Contact/RelationshipType.xml b/xml/schema/Contact/RelationshipType.xml index ead8d6f7bf..18b617012d 100644 --- a/xml/schema/Contact/RelationshipType.xml +++ b/xml/schema/Contact/RelationshipType.xml @@ -169,6 +169,7 @@ Is this relationship type currently active (i.e. can be used when creating or editing relationships)? CheckBox + 1.1 diff --git a/xml/schema/Contribute/ContributionPage.xml b/xml/schema/Contribute/ContributionPage.xml index 25d267f559..41580a76fa 100644 --- a/xml/schema/Contribute/ContributionPage.xml +++ b/xml/schema/Contribute/ContributionPage.xml @@ -363,7 +363,11 @@ boolean 1 true - Is this property active? + + CheckBox + + + Is this page active? 1.3 -- 2.25.1