Actions
Bug #30213
closedcopy directorys in filemanager
Start date:
2011-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
when i try to copy a directory i.e. XXX locatet in AAA to another directory BBB i get these error message
Destination cannot be inside the target!
D="/path/fileadmin/std_project/template_data/BBB/XXX/",
T="/path/fileadmin/std_project/template_data/AAA/XXX/"
so target and destination are switched
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Iaac9cbcf30e2b73e2fd7f5df6986e1ccdf76c079 has been pushed to the review server.
It is available at http://review.typo3.org/5241
Updated by Andreas Wolf about 13 years ago
- Category set to Backend API
- Status changed from New to Under Review
- Assignee set to Andreas Wolf
- Target version set to 4.6.0-RC1
- Complexity set to easy
This was introduced by a refactoring in March, see commit 2585d5a060eb1196965458954b30d0b869abc58c and issue #24218. The fix is quite easy - just invert two conditions, then it works.
I checked the rest of the patch from back then, but I could not find any more errors in there.
Updated by Xavier Perseguers about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions