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

[BUG?] Filter Form in Statistics opens additional TYPO3 Overlay #234

Open
YannikSMYLIE opened this issue Oct 8, 2024 · 2 comments
Open

Comments

@YannikSMYLIE
Copy link

Hey,
when I use the form to filter my clients (and only with the form!) the page gets a total reload, so that I have two TYPO3 Sidebars. I can continue with this for as many times as I want and get more and more Sidebars from TYPO3.
I tried to find a solution for that but I am a little bit confused where this comes from.

grafik

@christian-fries
Copy link

I experience the same issue in TYPO3 v12. Changing the form method from GET to POST (and reading the data from the body instead of the query params in ClientFilterDemandConverter) solves the issue, but then the back button cannot be used to navigate from detail to list view anymore.

Submitting the form using GET leads to a redirect response to /typo3/login?redirect=t3monitoring.Statistic_index&redirectParams=[...]. Might happen because of the missing parameter token but atm I don't have time to investigate further.

christian-fries added a commit to christian-fries/t3monitoring that referenced this issue Oct 27, 2024
christian-fries added a commit to christian-fries/t3monitoring that referenced this issue Oct 29, 2024
@christian-fries
Copy link

This change fixes the problem of the additional overlay. Both the links and the filter form work properly (thanks @nlehmkuhl for the hint). But as explained in the previous comment, the browser back button cannot be used to navigate back to the search result page anymore. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants