t3monitoring icon indicating copy to clipboard operation
t3monitoring copied to clipboard

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

Open YannikSMYLIE opened this issue 1 year ago • 3 comments

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

YannikSMYLIE avatar Oct 08 '24 11:10 YannikSMYLIE

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 avatar Oct 27 '24 12:10 christian-fries

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?

christian-fries avatar Oct 30 '24 23:10 christian-fries

Same issue on my CMS v12 - so a +1 from me.

grempa avatar Feb 10 '25 09:02 grempa

This issue has been resolved with commit https://github.com/georgringer/t3monitoring/commit/d4d4bcedfb78716767187e46c989c1daa8f486e0 which was released in v3.1.0.

christian-fries avatar Dec 05 '25 12:12 christian-fries