Skip to content

Fix recursive updates for association property editor #3488

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

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

amolenaar
Copy link
Member

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

Initializing the property editor for Association causes updates to the model.

Issue Number: Fixes #3469

What is the new behavior?

Ensure that creation of property page does not cause updates.

Other information

@github-actions github-actions bot added the python Pull requests that update Python code label Sep 13, 2024
@amolenaar amolenaar requested a review from danyeaw September 13, 2024 19:15
@danyeaw danyeaw added fix A fix for a bug and removed python Pull requests that update Python code labels Sep 19, 2024
Copy link
Member

@danyeaw danyeaw left a comment

Choose a reason for hiding this comment

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

Thanks @amolenaar!

@danyeaw danyeaw merged commit 2cf0f74 into main Sep 19, 2024
21 checks passed
@danyeaw danyeaw deleted the property-editor-create-without-update branch September 19, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selecting an Association in the tree generates an error
2 participants