Skip to content

#1724 AddDescriptiveFixInstructionsForInvalidStartCampaign #1748

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nke5ka
Copy link
Contributor

@nke5ka nke5ka commented Aug 15, 2020

Fixes #1724

Description

campaign config step missing error
Adds warning if twilio config is not setup. This may become less important or may need additional changes due to simultaneous changes to twilio default setup (fake service instead of twilio), or if twilio setup moves elsewhere (settings, or is otherwise streamlined). Additionally, possible changes may be warranted as the overarching error message currently refers to settings (which will not help at present) but is kept in case future errors dictate that settings is in fact the place to fix issues, or is sms setup is changed.

Checklist:

  • I have manually tested my changes on desktop and mobile
  • The test suite passes locally with my changes
  • If my change is a UI change, I have attached a screenshot to the description section of this pull request
  • My change is 300 lines of code or less, or has a documented reason in the description why it’s longer
  • I have made any necessary changes to the documentation
  • [?] I have added tests that prove my fix is effective or that my feature works
    (Small change should not break anything, and does not have major impacts)
  • My PR is labeled [WIP] if it is in progress

Copy link
Collaborator

@schuyler1d schuyler1d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just have the instructions in the fullyConfigured call rather than run the same logic in two places?

@schuyler1d
Copy link
Collaborator

Forgot to say: This is a very helpful addition!!! Let's get it in!

@Frydafly Frydafly added the S-waiting on author Status: PR is awaiting some action (such as code changes) from the PR author label Apr 23, 2021
@engelhartrueben engelhartrueben added the S-work in progress (WIP) Status: PR label for work that is not yet ready to be reviewed label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting on author Status: PR is awaiting some action (such as code changes) from the PR author S-work in progress (WIP) Status: PR label for work that is not yet ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add descriptive fix instructions when Start Campaign button is disabled
4 participants