Actions
Bug #52845
closedMoving folders fails
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-10-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
On moving existing folders inside another existing folder in the file-module, the following exception is thrown:#1314085991: uid of Storage has to be numeric.
The reason is obvious, since the submitted storage key contains the storage object instead of the UID of the storage.
Actions