Bug #92805
closedContext menu is broken "forever" when deleting a folder which has been copied
100%
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).
Updated by Xavier Perseguers about 4 years ago
Fix: the user must reset his/her user settings to the default.
Updated by Riccardo De Contardi almost 4 years ago
- Category set to Backend User Interface
Updated by Gerrit Code Review about 3 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/+/71502
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 46e8a7025a0e3d770949f02c45402179ad3beb54.
Updated by Gerrit Code Review about 3 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71919
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
Applied in changeset 586d475b966e91eaa0e59ddacbe08c5144c4fd1f.
Updated by Oliver Bartsch about 3 years ago
- Has duplicate Bug #93803: File/Folder right click menu not available when file in clipboard was deleted added