Skip to content

Commit

Permalink
Reverting changes made to the Trial config folder, moving TSO changes…
Browse files Browse the repository at this point in the history
… to separate folder (#6942)

Co-authored-by: Michael Smith <force2b@users.noreply.github.com>
  • Loading branch information
lparrott and force2b authored Apr 22, 2022
1 parent 37960d5 commit 94279ba
Show file tree
Hide file tree
Showing 203 changed files with 17,348 additions and 4,257 deletions.
10 changes: 9 additions & 1 deletion cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ tasks:
path: unpackaged/config/trial
namespace_inject: $project_config.project__package__namespace

deploy_tso_config:
description: Deploys the post-install configuration for a trial/new org.
class_path: cumulusci.tasks.salesforce.Deploy
group: Salesforce Metadata
options:
path: unpackaged/config/trial_tso
namespace_inject: $project_config.project__package__namespace

deploy_pmm_trial_config:
description: Deploys the PMM customizations for the trial metadata. PMM must be installed.
class_path: cumulusci.tasks.salesforce.Deploy
Expand Down Expand Up @@ -900,7 +908,7 @@ flows:
3:
task: deploy_post
4:
flow: config_trial
task: deploy_tso_config
5:
task: test_data_relationships
ignore_failure: true
Expand Down
11 changes: 5 additions & 6 deletions unpackaged/config/trial/applications/Nonprofit_Success_Pack.app
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@
<shouldOverrideOrgTheme>false</shouldOverrideOrgTheme>
</brand>
<description>(Lightning Experience) Manage your nonprofit processes.</description>
<formFactors>Small</formFactors>
<formFactors>Large</formFactors>
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled>
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled>
<label>Nonprofit Success Pack</label>
<navType>Standard</navType>
<setupExperience>all</setupExperience>
<tabs>%%%NAMESPACE%%%GetStarted</tabs>
<tabs>%%%NAMESPACE%%%GetStartedEndUser</tabs>
<tabs>%%%NAMESPACE%%%GetStarted</tabs>
<tabs>standard-home</tabs>
<tabs>standard-Account</tabs>
<tabs>standard-Contact</tabs>
<tabs>standard-Lead</tabs>
<tabs>standard-Opportunity</tabs>
<tabs>npe03__Recurring_Donation__c</tabs>
<tabs>standard-Campaign</tabs>
<tabs>standard-report</tabs>
<tabs>standard-Dashboard</tabs>
<tabs>%%%NAMESPACE%%%NPSP_Settings</tabs>
<tabs>npe03__Recurring_Donation__c</tabs>
<tabs>%%%NAMESPACE%%%Level__c</tabs>
<uiType>Lightning</uiType>
<utilityBar>Nonprofit_Success_Pack_UtilityBar</utilityBar>
</CustomApplication>
Loading

0 comments on commit 94279ba

Please sign in to comment.