Actions
Bug #95784
closedRedirects module does not "remember" current page after editing (pagination)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-10-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
backend usability, redirects, pagination
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce¶
- Go to page 2.
- Edit an existing redirect
- Close edit form (e.g. "close", "save") to go back to list
I would expect to still be on page 2. But I am now on page 1.
This could be prevented by saving the page number in the session. (The filtering information is kept btw, so if I did use a filter, this is still available after leaving the edit form).
This - together with issue #93912 makes it a bit difficult to manually clean up existing redirects.
It works well if you filter well and don't need the pagination. But if you start paging and skimming through the list, it is annoying.
Also, it would be great if all lists in the BE behave the same way concerning filter, paginate etc.
Actions