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: resolve route parameters when rerouting and forwarding with query parameters #20210

Merged

Conversation

mcollovati
Copy link
Collaborator

Fixes #20205

Copy link

sonarcloud bot commented Oct 10, 2024

Copy link

Test Results

1 142 files  + 1  1 142 suites  +1   1h 29m 26s ⏱️ + 4m 16s
7 454 tests + 7  7 404 ✅ + 7  50 💤 ±0  0 ❌ ±0 
7 811 runs  +27  7 751 ✅ +27  60 💤 ±0  0 ❌ ±0 

Results for commit 56cc455. ± Comparison against base commit 2d42aad.

This pull request removes 1 and adds 8 tests. Note that renamed tests count towards both.
com.vaadin.flow.uitest.ui.SetParameterForwardToIT ‑ testForwardingToViewInSetParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterForwardToIT ‑ testForwardingToViewWithLocation_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterForwardToIT ‑ testForwardingToViewWithQueryParameter_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterForwardToIT ‑ testForwardingToViewWithRouteParameterList_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterForwardToIT ‑ testForwardingToViewWithRouteParameter_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterRerouteToIT ‑ testReroutingToViewWithLocation_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterRerouteToIT ‑ testReroutingToViewWithQueryParameter_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterRerouteToIT ‑ testReroutingToViewWithRouteParameterList_setParameter[any_Chrome_]
com.vaadin.flow.uitest.ui.SetParameterRerouteToIT ‑ testReroutingToViewWithRouteParameter_setParameter[any_Chrome_]

@mcollovati mcollovati merged commit 9bc6d70 into main Oct 10, 2024
26 checks passed
@mcollovati mcollovati deleted the issues/20205-forward_quary_parameters_missing_route_param branch October 10, 2024 13:53
vaadin-bot pushed a commit that referenced this pull request Oct 10, 2024
vaadin-bot pushed a commit that referenced this pull request Oct 10, 2024
vaadin-bot pushed a commit that referenced this pull request Oct 10, 2024
vaadin-bot pushed a commit that referenced this pull request Oct 10, 2024
vaadin-bot added a commit that referenced this pull request Oct 10, 2024
… parameters (#20210) (#20221)

Fixes #20205

Co-authored-by: Marco Collovati <marco@vaadin.com>
vaadin-bot added a commit that referenced this pull request Oct 10, 2024
… parameters (#20210) (#20220)

Fixes #20205

Co-authored-by: Marco Collovati <marco@vaadin.com>
vaadin-bot added a commit that referenced this pull request Oct 10, 2024
…y parameters (#20210) (CP: 24.3) (#20223)

* fix: resolve route parameters when rerouting and forwardin with query parameters (#20210)

Fixes #20205

* format code

---------

Co-authored-by: Marco Collovati <marco@vaadin.com>
mcollovati pushed a commit that referenced this pull request Oct 10, 2024
mshabarov pushed a commit that referenced this pull request Oct 16, 2024
mshabarov pushed a commit that referenced this pull request Oct 16, 2024
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.

Required URL/route parameter set to null when using BeforeEnterEvent.forwardTo()
3 participants