Actions
Bug #90791
closedViews are not updated after deleting records via context menu
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-03-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We have a general issue with deleting records via the context menu: It's currently not possible to update the current view after deleting a record. We cannot simply reload the frame, as this would e.g. collide with the current behavior in the record list.
Idea:
Let each AjaxDataHandler action send an event containing the information about the processed record. Any consumer may register an event listener that does its specific task.
Examples for consumers:- Fade out record in record list
- Reload frame in EXT:tstemplate
Actions