Actions
Bug #94104
openUnusable link to single table view for "page translations" in recordlist
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-05-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Since dropping pages_language_overlay, the recordlist separately handles translated page records by grouping them in "Page Translations".
If the number of translations rises above the itemsPerTable threshold a button to render the single table view is presented to the backend user.
Clicking this button does not lead to the expected behaviour, to get a list of all translations, but loads the module completely out of scope, where one cannot see any translations listed.
Steps to reproduce:- Define mod.web_list.itemsLimitPerTable to a lower value, e.g. 1
- Add translation
- Click the button
Occurs at least in 9LTS and 10LTS
Files
Actions