Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverting changes made to the Trial config folder #6942

Merged
merged 2 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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