Actions
Bug #91039
closedReload filelist after file has been deleted fails
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-04-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Scenario¶
- switch to clipboard mode (not using "normal" - see end of the filelist table)
- set checkmark for one file in filelist
- click on "copy" table header icon (putting it for "copy" mode to clipboard)
- once the view has been released, click on "delete" table header icon (removing the element that is still on the clipboard)
- confirm deletion dialog
- exception
#1329647780 TYPO3\CMS\Core\Resource\Exception\ResourceDoesNotExistException Object with identifier "1:/extension.png" does not exist in storage
Analysis¶
- file has been deleted correctly
- however since there's still a reference on the clipboard it fails when retrieving data for this (deleted) element
Actions