Skip to content

Commit 922176b

Browse files
W-10330211 Removing isotope dependency (#86)
* Removing isotope dependency The following layouts no longer exclude the `IsotopeSubscription` button to remove the dependency on Isotope being enabled for the org: - `outfunds__Disbursement__c-OFM Disbursement Site Layout.layout-meta.xml` - `outfunds__Funding_Program__c-OFM Funding Program Site Layout.layout-meta.xml` - `outfunds__Funding_Request__c-OFM Funding Request Site Layout.layout-meta.xml` - `outfunds__Requirement__c-OFM Requirement Site Layout.layout-meta.xml` * un-excluding Funding Request ChangeRecordType For the OFM Funding Request Site Layout, modification of the Funding Request in the Community UI is allowed, so I un-excluded the `ChangeRecordType` button. However, I don't think we should un-exclude `ChangeRecordType` for the following layouts since the `Edit` button is excluded implying the object records should not be modifiable in the Community UI: - OFM Disbursement Site Layout - OFM Funding Program Site Layout - OFM Requirement Site Layout
1 parent e2005ac commit 922176b

4 files changed

Lines changed: 0 additions & 5 deletions

force-app/main/default/layouts/outfunds__Disbursement__c-OFM Disbursement Site Layout.layout-meta.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<excludeButtons>Clone</excludeButtons>
1212
<excludeButtons>Delete</excludeButtons>
1313
<excludeButtons>Edit</excludeButtons>
14-
<excludeButtons>IsotopeSubscription</excludeButtons>
1514
<excludeButtons>Submit</excludeButtons>
1615
<layoutSections>
1716
<customLabel>false</customLabel>

force-app/main/default/layouts/outfunds__Funding_Program__c-OFM Funding Program Site Layout.layout-meta.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<excludeButtons>Clone</excludeButtons>
1212
<excludeButtons>Delete</excludeButtons>
1313
<excludeButtons>Edit</excludeButtons>
14-
<excludeButtons>IsotopeSubscription</excludeButtons>
1514
<excludeButtons>Share</excludeButtons>
1615
<excludeButtons>Submit</excludeButtons>
1716
<layoutSections>

force-app/main/default/layouts/outfunds__Funding_Request__c-OFM Funding Request Site Layout.layout-meta.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
-->
88
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
99
<excludeButtons>ChangeOwnerOne</excludeButtons>
10-
<excludeButtons>ChangeRecordType</excludeButtons>
11-
<excludeButtons>IsotopeSubscription</excludeButtons>
1210
<excludeButtons>Share</excludeButtons>
1311
<excludeButtons>Submit</excludeButtons>
1412
<layoutSections>

force-app/main/default/layouts/outfunds__Requirement__c-OFM Requirement Site Layout.layout-meta.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<excludeButtons>Clone</excludeButtons>
1212
<excludeButtons>Delete</excludeButtons>
1313
<excludeButtons>Edit</excludeButtons>
14-
<excludeButtons>IsotopeSubscription</excludeButtons>
1514
<excludeButtons>Share</excludeButtons>
1615
<excludeButtons>Submit</excludeButtons>
1716
<layoutSections>

0 commit comments

Comments
 (0)