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
Updated by Oliver Hader over 4 years ago
- Related to Epic #90676: Clipboard related bugs and features added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64177
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64178
Updated by Oliver Hader over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset df36be460a8260e9ecaafb5c20db079b66221f0c.
Actions