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 bug 1854234: Edit json textbox service principal dialog will popup error #5437

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

andxu
Copy link
Contributor

@andxu andxu commented Jun 25, 2021

Edit json textbox when sign in with service principal pops error
@andxu andxu changed the base branch from endgame-june to develop June 29, 2021 01:07
@@ -256,33 +255,40 @@ public static String findTextInClipboard(Predicate<String> func) {
}

private void uiTextComponents2Json() {
if (intermediateState) {
if (!intermediateState.compareAndSet(false, true)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

as mentioned in daily scrum.
you can solve the problem in a more elegant way by comparing the data-model(but not the view model) of the upper inputs-form and lower json-form, and then sync to the other when one is changed.

@andxu andxu merged commit 4d6e620 into develop Jun 29, 2021
@andxu andxu deleted the bugfix-1854234 branch June 29, 2021 09:19
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.

2 participants