You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click on "go to foo", the url changes to /foo?src=button,
click on "redirect to foo", the url changes to /foo but we want /foo?src=redirect
Other information:
This feature is missing from the ionic source code.
It would be easy to implement and I am happy to contribute a fix.
I would make sense to merge #23123 first though.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic version:
[ ] 4.x
[x] 5.6
Current behavior:
would redirect to
/foo
Expected behavior:
should redirect to
/foo?src=redirect
Steps to reproduce:
Related code:
https://runkit.com/vicb/ionic-router-redirect---query-string
using this runkit:
/foo?src=button
,/foo
but we want/foo?src=redirect
Other information:
This feature is missing from the ionic source code.
It would be easy to implement and I am happy to contribute a fix.
I would make sense to merge #23123 first though.
The text was updated successfully, but these errors were encountered: