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 flow issue #6349 (#20255) (CP: 2.11) #20279

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

vaadin-bot
Copy link
Collaborator

No description provided.

…20255)

Commands enqueued by VaadinSession.access() in general have nothing to do with each other. The only thing they have in common is they share the same VaadinSession (and, by implication, VaadinService).

Therefore, if command №1 invoked UI.setCurrent() and command №2 invokes UI.getCurrent(), command №2 should read null, not the random UI from command №1 that it has nothing to do with.

Fixes #6349
Copy link

sonarcloud bot commented Oct 18, 2024

@mshabarov mshabarov merged commit 32add3c into 2.11 Oct 18, 2024
9 checks passed
@mshabarov mshabarov deleted the cherry-pick-20255-to-2.11-1729238243460 branch October 18, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants