-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depreated LogEntryEvent__e.ApiVersion__c and replaced it with LogEntr…
…yEvent__e.OrganizationApiVersion__c, finished some backend changes for several related field deprecations
- Loading branch information
Showing
10 changed files
with
59 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ const MOCK_ENVIRONMENT_DETAILS = { | |
loggerVersionNumber: 'v4.10.4', | ||
organizationApiVersion: 'v57.0', | ||
organizationCreatedByUsername: '[email protected]', | ||
organizationEnvironment: 'sandbox', | ||
organizationFormattedCreatedDate: '5/22/2023, 2:09 PM', | ||
organizationId: '00D8G000000E1S9UAK', | ||
organizationInstanceLocation: 'NA', | ||
|
@@ -77,7 +76,6 @@ describe('c-logger-home-header', () => { | |
'environment-organizationId': MOCK_ENVIRONMENT_DETAILS.organizationId, | ||
'environment-organizationName': MOCK_ENVIRONMENT_DETAILS.organizationName, | ||
'environment-organizationType': MOCK_ENVIRONMENT_DETAILS.organizationType, | ||
'environment-organizationEnvironment': MOCK_ENVIRONMENT_DETAILS.organizationEnvironment, | ||
'environment-organizationInstanceName': MOCK_ENVIRONMENT_DETAILS.organizationInstanceName, | ||
'environment-organizationInstanceLocation': MOCK_ENVIRONMENT_DETAILS.organizationInstanceLocation, | ||
'environment-organizationInstanceProducts': MOCK_ENVIRONMENT_DETAILS.organizationInstanceProducts, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...gger/core/main/logger-engine/objects/LogEntryEvent__e/fields/ApiVersion__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...in/logger-engine/objects/LogEntryEvent__e/fields/OrganizationApiVersion__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>OrganizationApiVersion__c</fullName> | ||
<businessStatus>Active</businessStatus> | ||
<complianceGroup>None</complianceGroup> | ||
<externalId>false</externalId> | ||
<isFilteringDisabled>false</isFilteringDisabled> | ||
<isNameField>false</isNameField> | ||
<isSortingDisabled>false</isSortingDisabled> | ||
<label>Organization API Version</label> | ||
<length>5</length> | ||
<required>false</required> | ||
<securityClassification>Confidential</securityClassification> | ||
<type>Text</type> | ||
<unique>false</unique> | ||
</CustomField> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters