Actions
Bug #80352
openRecordList: Delete record: referenced records don't have a fancy delete fade out animation
Status:
Accepted
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2017-03-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
JavaScript
Complexity:
Is Regression:
No
Sprint Focus:
Description
Problem/Description¶
Scenario: I delete a record in recordlist, where also child elements are deleted. After agreeing the modal box, only the deleted record is removed (animation) from the table. Referenced records (of other tables) (in my example on the same pid) are correctly removed, but an editor have to reload the frame/module. Something can lead to confusion for an TYPO3 backend editor.
You can test this with EXT:powermail > v2: Create a form with pages and fields. Than delete the form in recordlist.
Suggestion¶
As I actually don't know how complex the deletion via ajax is: what about forcing a reload, when there is a case like this (referenced items or child items?!)
ToDo(s)¶
- ?
Acceptance Criteria¶
- ?
Actions