Actions
Bug #100769
openNo Sorting when no Language-Field is shown
Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2023-04-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint
Description
When logged in the backend as a user (no admin) and open the list view of a extbase model that is defined (TCA):
'sortby' => 'sorting',
'languageField' => 'sys_language_uid',
And now opening the list view without showing the language column, there is no way to move the items down or up. When enabling the language columns (show Columns) then the option to move up and down is available. The user group has access to all languages.
I think it should always available (even if the column is not shown) or only available for languages where the user has access. Or the language column should be enabled by default.
Files
Actions