Actions
Bug #94296
closedInvalidArgumentException when using "Edit marked" clipboard feature for page translations in recordlist
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2021-06-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When in recordlist, having clipboard enabled, the clipboard actions "Edit marked", "Delete", "Copy" and "Mark All" are shown for the page translations "table".
Since translated records can never be selected using clipboard all of the above actions do not work, but actually lead to exceptions or JavaScript errors.
Clicking "Edit marked" leads to:
(1/1) #1437656456 InvalidArgumentException $uid must be positive integer, 0 given
Clicking "Copy":
(1/1) #1437656456 InvalidArgumentException $uid must be positive integer, 0 given
Actions