Skip to content

Fix bug 1854234: Edit json textbox service principal dialog will popup error - #5437

Merged
Andy Xu(devdiv) (andxu) merged 1 commit into
developfrom
bugfix-1854234
Jun 29, 2021
Merged

Fix bug 1854234: Edit json textbox service principal dialog will popup error#5437
Andy Xu(devdiv) (andxu) merged 1 commit into
developfrom
bugfix-1854234

Conversation

@andxu

@andxu Andy Xu(devdiv) (andxu) commented Jun 25, 2021

Copy link
Copy Markdown
Contributor

Edit json textbox when sign in with service principal pops error

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

Copy link
Copy Markdown
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
Andy Xu(devdiv) (andxu) merged commit 4d6e620 into develop Jun 29, 2021
@andxu
Andy Xu(devdiv) (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