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 #17758: V15 - Race condition breaks navigation between documents #17857

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

nielslyngsoe
Copy link
Member

@nielslyngsoe nielslyngsoe commented Dec 20, 2024

Fixes #17758

The issue is not that present any longer, but this change resolves the underlying issue.

The underlying issue was that when requesting the data-type we did not await its request, which most likely was fine for the main document type, but for data-types only used in the composition document types this was a problem.

This change simplifies things a bit by using a DataType Item Manager instead.

@nul800sebastiaan nul800sebastiaan changed the title Fix: 17758 Fix #17758: V15 - Race condition breaks navigation between documents Dec 26, 2024
@madsrasmussen madsrasmussen self-assigned this Jan 7, 2025
Copy link
Contributor

@madsrasmussen madsrasmussen left a comment

Choose a reason for hiding this comment

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

Changes look good

@madsrasmussen madsrasmussen merged commit e4c5da1 into v15/dev Jan 7, 2025
30 checks passed
@madsrasmussen madsrasmussen deleted the v15/bugfix/17758 branch January 7, 2025 10:01
@madsrasmussen madsrasmussen removed their assignment Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants