Task #67466
closedFilelist file upload "overwrite" message
100%
Description
On uploading files in the file list module, a popup is raised "Shall existing be overwritten?". This is unfortunate for several reasons:
- The message is not precise: Files are overwritten only if an existing file with the same name exists.
- The message shouldn't be a js alert, but a callout or a flashmessage (ask frank naegler / benni kott which one)
- The message is always raised, even if no file of the same filename exists.
For 6.2, I'd suggest to keep the current system and just adapt the message a bit to be more precise and state that this will only overwrite existing files if a file with the same name is uploaded.
For master, we could first change the message, too, but it would be much cooler if the system could find out if there is such a file already and only show the popup in this case. Maybe the list of files in a folder needs to be sent to the client in a js array for this?
Updated by Christian Kuhn over 9 years ago
- Description updated (diff)
- Target version set to 7.4 (Backend)
- Sprint Focus set to On Location Sprint
Updated by Alina Fleser over 9 years ago
- Status changed from New to In Progress
- Assignee set to Alina Fleser
Updated by Frans Saris over 9 years ago
Please see also https://forge.typo3.org/issues/63603#note-14
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40384
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40384
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40384
Updated by Alina Fleser over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 25aa46115cb479335fee634e11a9c6f32bdc10f1.
Updated by Mathias Schreiber over 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed