Actions
Bug #46836
closedClipboard fails on renaming resource
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Scenario:
- put a file or folder to clipboard in file list view (e.g. copy or cut)
- rename that very file or folder
- see the exception like "#1329647780: Object with identifier "1:/something/oldxxx/9101.tif" does not exist in storage"
Thus, the clipboard should either work on an numeric identified (uid) or catch that exception.
Updated by Sebastian Fischer over 10 years ago
This seems to be fixed by removing the item from the clipboard in the moment the file gets renamed. You need to readd it to the clipboard again, but no exception gets thrown.
Updated by Markus Klein over 9 years ago
- Status changed from New to Closed
- Is Regression set to No
Works on 6.2.11+
Actions