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

Clear connection validation messages on open #1097

Merged
merged 1 commit into from Apr 6, 2018

Conversation

MattIrv
Copy link
Contributor

@MattIrv MattIrv commented Apr 6, 2018

Fixes #1069

The connection dialog's validation logic gets called when setting input values, which happens when the dialog is opened and we clear previous values. This fixes the problem by making sure that we hide any validation messages when the dialog first opens

@MattIrv MattIrv requested review from kburtram and abist April 6, 2018 22:25
Copy link
Contributor

@abist abist left a comment

Choose a reason for hiding this comment

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

Does it only hide the message initially? Looks good otherwise.

@kburtram
Copy link
Member

kburtram commented Apr 6, 2018

Merging to get into insiders build update.

@kburtram kburtram merged commit e5a1896 into master Apr 6, 2018
@kburtram kburtram deleted the fix/connectionDialogOpenErrors branch April 6, 2018 22:55
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.

Connection Dialog shows Server Required error when initially displayed
3 participants