-
Notifications
You must be signed in to change notification settings - Fork 167
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: forward with optional callback #19959
Conversation
flow-tests/test-react-router/src/test/java/com/vaadin/flow/ForwardTargetIT.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Hi @tepi and @tepi, when i performed cherry-pick to this commit to 24.4, i have encountered the following issue. Can you take a look and pick it manually? |
* fix: forwarding with optional callback
This ticket/PR has been released with Vaadin 24.5.0.beta2 and is also targeting the upcoming stable 24.5.0 version. |
Fixes #19794
Fixes #19822
Also fixes #19813 in a more coherent way. Relevant test is
com.vaadin.flow.uitest.ui.PreserveOnRefreshForwardingIT