Actions
Bug #102896
closedpagination jump to a page number in Backend->List doesn't work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-01-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
backend pagination
Complexity:
Is Regression:
Sprint Focus:
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.
Actions