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

Fix apply button loading state for queries that alter the data #13979

Merged
merged 4 commits into from
May 24, 2018

Conversation

rubenmoya
Copy link
Contributor

Related to: #13875

We were checking only the querySchemaModel loading state to change the Apply button state to loading but when the query alters the data it goes through a different path.

This PRs moves the applyButtonStatusModel to an upper level so we can handle that problem in the _internalParseSQL method.

@rubenmoya rubenmoya merged commit 6012a99 into master May 24, 2018
@rubenmoya rubenmoya deleted the 13875-feedback-when-applying-query branch May 24, 2018 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant