Actions
Bug #92805
closedContext menu is broken "forever" when deleting a folder which has been copied
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2020-11-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
How to reproduce:
- Choose either "Normal" clipboard or any other multiple-item clipboard
- Copy a folder to clipboard
- Delete this folder (e.g., with a right click in the tree)
OK, now the nasty point... you cannot show the context menu anymore! The AJAX call fails forever with a 500:
typo3/sysext/core/Classes/Resource/ResourceFactory.php line 562 throw new Exception\ResourceDoesNotExistException('Object with identifier "something" does not exist in storage', 1329647780);
As reported, this happens in v9 and v10 (did not test earlier, but out-of-support except for ELTS).
Actions