-
Notifications
You must be signed in to change notification settings - Fork 168
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: Navigate with full url #20846
fix: Navigate with full url #20846
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix navigating with full url for instance when adding a query parameter at the end. Fixes #19580
4d57abc
to
1c2d6ed
Compare
I guess we should, but I wonder should it be part of this fix or should we have an enhancement ticket for it. |
Quality Gate passedIssues Measures |
Yeah, it definitely can be done separately. I'll create the ticket. |
Fix navigating with full url for instance when adding a query parameter at the end. Fixes #19580
Fix navigating with full url for instance when adding a query parameter at the end. Fixes #19580 Co-authored-by: caalador <[email protected]>
This ticket/PR has been released with Vaadin 24.7.0.alpha5 and is also targeting the upcoming stable 24.7.0 version. |
Fix navigating with full url
for instance when adding a
query parameter at the end.
Fixes #19580