Bug #71253
closedFolder Creation Fails If Same Folder Exists at File Storage Root
100%
Description
Creating a new folder in Filelist fails if a folder of the same name exists in the file storage root. This is due to the $this->driver->folderExists() check in \TYPO3\CMS\Core\Resource\ResourceStorage->createFolder() that only considers the new folder name and not the parent folder. I'd assume this should actually be a call to $this->driver->folderExistsInFolder() instead.
Steps to Reproduce:
1) Create "folder1" in the file storage root.
2) Create "folder2" in the file storage root.
3) Attempt to create "folder1" inside "folder2"
Files
Updated by Gerrit Code Review about 9 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/44485
Updated by Mathias Schreiber about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 90519608dd5d2842be35fe49da0dc4cb6c5908d7.