Skip to content

Commit

Permalink
Merge pull request #73 from SalesforceFoundation/feature/my-domain-pr…
Browse files Browse the repository at this point in the history
…eflight

Add My Domain check to installer
  • Loading branch information
davidmreed authored Nov 18, 2020
2 parents 51e7caf + 8ff6b32 commit 43fc13f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ plans:
- when: "not tasks.check_chatter_enabled()"
action: error
message: "Outbound Funds Module requires Chatter. Please enable Chatter in your org and try again."
- when: "'.my.' not in org_config.instance_url"
action: error
message: "Please enable My Domain in your org prior to installing."
steps:
1:
flow: customer_org
4 changes: 4 additions & 0 deletions metadeploy/labels_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"Outbound Funds Module requires Chatter. Please enable Chatter in your org and try again.": {
"message": "Outbound Funds Module requires Chatter. Please enable Chatter in your org and try again.",
"description": "shown if validation fails"
},
"Please enable My Domain in your org prior to installing.": {
"message": "Please enable My Domain in your org prior to installing.",
"description": "shown if validation fails"
}
}
}

0 comments on commit 43fc13f

Please sign in to comment.