-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Source Stripe: upgrade connector doesn't allow save new config #6791
Comments
This looks like a universal problem. Should probably have higher priority. |
I guess it is not relevant issue. We will check |
This issue is related to UI/UX. Once you've updated the Before the update: After the update: Once you re-edit the |
Tagging you in @timroes since this looks like a UI/UX issue |
We disable buttons only in a few cases: when the form is submitting, when there is some error, and when values don't differ from the initial one ( are not dirty ). In this particular case, If some connector in the new version was upgraded and a new field was added, doesn't it mean that connector config value should be upgraded based on default values? So if we add |
Enviroment
Current Behavior
I have a Stripe 0.1.19 connector and want to update to 0.1.20 where there is a new config field.
After upgrading the connector version and entered the connector config page I couldnt save the new config.
Stripe 0.1.19

Stripe 0.1.20 after change lookback windows variable to 30 doesnt allow me save!

Expected Behavior
Tell us what should happen.
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: