From f1c35a3225867d9921144e05ffedbaab8e78cdff Mon Sep 17 00:00:00 2001 From: John S Date: Mon, 14 Aug 2023 18:53:04 -0700 Subject: [PATCH] Bug fix - Permit Priority value is not required Issue 86 --- .../fields/Priority__c.field-meta.xml | 2 +- .../fields/Priority__c.field-meta.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sfdx-source/core/main/schema/objects/ApplicationFactory_SelectorBinding__mdt/fields/Priority__c.field-meta.xml b/sfdx-source/core/main/schema/objects/ApplicationFactory_SelectorBinding__mdt/fields/Priority__c.field-meta.xml index a485963..492b7fc 100644 --- a/sfdx-source/core/main/schema/objects/ApplicationFactory_SelectorBinding__mdt/fields/Priority__c.field-meta.xml +++ b/sfdx-source/core/main/schema/objects/ApplicationFactory_SelectorBinding__mdt/fields/Priority__c.field-meta.xml @@ -7,7 +7,7 @@ When multiple concrete classes are specified for a SObject, the number specifies which concretion should be returned. Higher numbers are higher priority; null values are the least priority. 4 - true + false 0 Number false diff --git a/sfdx-source/core/main/schema/objects/ApplicationFactory_ServiceBinding__mdt/fields/Priority__c.field-meta.xml b/sfdx-source/core/main/schema/objects/ApplicationFactory_ServiceBinding__mdt/fields/Priority__c.field-meta.xml index ae7e891..a5df0d4 100644 --- a/sfdx-source/core/main/schema/objects/ApplicationFactory_ServiceBinding__mdt/fields/Priority__c.field-meta.xml +++ b/sfdx-source/core/main/schema/objects/ApplicationFactory_ServiceBinding__mdt/fields/Priority__c.field-meta.xml @@ -7,7 +7,7 @@ When multiple concrete classes are specified for an interface, the number specifies which concretion should be returned. Higher numbers are higher priority; null values are the least priority. 4 - true + false 0 Number false