Actions
Task #105338
openRecord List: toggle visibility via external route
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The current implementation of toggling a record's visibility in the record list is in a bad shape. The renaming is done via invoking AjaxDataHandler, then the record icon is weirdly toggled: when activating the record, the icon overlay is simply removed from DOM. In reverse, a hard-coded overlay identifier is used to build the icon overlay, breaking cases as described in #105316.
The handling should get extracted into a separate controller action, allowing to fine-handle all aspects.
Actions