Bug #95784
closedRedirects module does not "remember" current page after editing (pagination)
100%
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.
Updated by Georg Ringer about 3 years ago
- Related to Bug #93912: Avoid horizontal scrollbar for redirects module added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71996
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71996
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71918
Updated by Georg Ringer about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 47c4a2f0267b3ed790f0cbe2901a10a2ea027cbc.