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

Add My Domain check to installer #73

Merged
merged 2 commits into from
Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
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"
}
}
}