Bug #64363
openEpic #83669: Improve file list / file browser
Copy files in Filelist backend
0%
Description
TYPO3 version 6.2.9
When I copy a (html) file in the backend Filelist and insert the file in the same folder the following message appears: ... file already exists in folder ... So I must paste the file first into another folder, rename it and cut and paste it back to the desired folder.
In older versions you can copy and paste files directly because the new file was named: [filename]-copy-1.html
Updated by Mathias Schreiber almost 10 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
- Sprint Focus set to On Location Sprint
Well, the entire idea of FAL was to prevent that old behavior.
I will put this onto the agenda for the FAL sprint
Updated by Alexander Opitz almost 10 years ago
We should find a solution also for upload of same file, see #55781 or better harmonize both points to work same for an editor.
Updated by Markus Klein over 9 years ago
- Tracker changed from Feature to Bug
- Status changed from Needs Feedback to Accepted
- Priority changed from Should have to Must have
- Target version set to 7.4 (Backend)
- TYPO3 Version set to 6.2
- Is Regression set to No
- Sprint Focus deleted (
On Location Sprint)
\TYPO3\CMS\Core\Resource\ResourceStorage::copyFile() should actually handle the conflict mode here. It looks like the conflict mode is "cancel" currently.
Question is how to decide what conflict mode is appropriate, but I would assume "rename", since this is the default also on many OS.
I change this to a bug here.
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Riccardo De Contardi almost 9 years ago
- Target version set to Candidate for patchlevel
Updated by Stefan Neufeind about 7 years ago
- Has duplicate Feature #82541: Filelist: Copy-pasting a file should offer rename if necessary added
Updated by Susanne Moog over 5 years ago
- Assignee deleted (
Mathias Schreiber)
This should actually open the same popup where the user can select what should happen as in the upload case. Basically when clicking paste the JS should reuse that part of the DragUploader.
Updated by Gerrit Code Review almost 4 years ago
- Status changed from Accepted 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/c/Packages/TYPO3.CMS/+/67445
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67445
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67445
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67445
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Accepted