Bug #102896
closedpagination jump to a page number in Backend->List doesn't work
0%
Description
If a list of e.g. Frontenduser has more than 100 items the list is paginated.
Jumping to some number doesn't work by typing the number.
In browser js console an error "Uncaught TypeError: can't access property "action", t is null" is thrown.
How to reproduce:
New TYPO3 12 > install bootstrap_package >list->(page with fe-user "Frontend User")
now create e.g. 201 fe_user and go to backend> click on> Website User
type in '2'
this error is also in news on a page with more than 100 news.
Updated by Thomas Demel 10 months ago
If a list of e.g. Frontenduser has more than 100 items the list is paginated.
Jumping to some number doesn't work by typing the number.
In browser js console an error "Uncaught TypeError: can't access property "action", t is null" is thrown.
How to reproduce:
New TYPO3 12 > install bootstrap_package
now create e.g. 201 fe_user and go to backend > list->(page with fe-user "Frontend User") > click on> Website User
type in '2'
this error is also in news on a page with more than 100 news.
Updated by Andreas Kienast 10 months ago
- Status changed from New to Closed
Hello Thomas,
thank you for reporting this issue. We've been made aware of the issue in #102861 already, which is fixed meanwhile and will be part of the next TYPO3 releases. Due to this, I'll close this issue.
Kind regards
Andreas
Updated by Andreas Kienast 10 months ago
- Related to Bug #102861: Recordlist pagination partially not working added