Bug #46564
closedCopy between different storages leads to copy in source storage
100%
Description
If you try to copy a folder from one storage into another one it leads to a copy in the same (source) storage. This happens because the action is executed in the source storage and only works with the source folder object.
Besides the copyFolderBetweenStorages function raises an exception which might can be moved into the driver class as the driver should be responsable for the copy work. Therefore the AbstractDriver should support (abstract) methods to copy a folder between storages and the local driver should raises the exception.
Same applies to move folders between storages.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19194
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19194
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19194
Updated by Nicole Cordes over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a9538cdbbf46c97710155d821f8c084c867a149c.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/19213
Updated by Nicole Cordes over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 6e7769ca481f34acfd4a7769ffdd13272043922a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed