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

Back navigation broken #44

Open
goldmerc opened this issue Jan 23, 2024 · 4 comments
Open

Back navigation broken #44

goldmerc opened this issue Jan 23, 2024 · 4 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@goldmerc
Copy link

When you visit a resource which has detached filters and then try to click back on the browser, the resource page you are on reloads. If you want to get back to the page you started on, you have to click back twice quickly.

@vi-kt0r
Copy link

vi-kt0r commented Mar 22, 2024

I have same problem

@vi-kt0r
Copy link

vi-kt0r commented Mar 22, 2024

after set filters I have next url in my browser
image

but aftert click on row url reset and I can't return back
image

@KasparRosin KasparRosin added bug Something isn't working good first issue Good for newcomers labels Mar 22, 2024
@Victor1995fed
Copy link

I find out problem
need in file InteractsWithQueryString.js change string let page = clone(this.$page); to let page = this.$inertia.page;

@KasparRosin
Copy link
Member

@Victor1995fed Could you submit a pull request and I'd take a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants