-
Notifications
You must be signed in to change notification settings - Fork 49
feat: update support request references in C2 UI #7120
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
Conversation
| <Button | ||
| shape={ButtonShape.Default} | ||
| type={ButtonType.Submit} | ||
| type={ButtonType.Button} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ensures the form is not submitted on cancelation.
| case '4 - Request': { | ||
| return 'Severity 4' | ||
| } | ||
| default: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a default case to this sfdc helper function, so that a severity level is guaranteed to be provided.
|
There was some inconsistent flake as between different tests in these runs. I will place this back in the queue shortly. |
This is a rebase of #7112, resolving https://github.com/influxdata/EAR/issues/6468, to pull in some underlying CI fixes.
As described in that PR, this ensures that (in Cloud environments) appropriate support requests will be routed via SalesForce rather than via email or the support website.
Checklist
Authors and Reviewer(s), please verify the following: