Feature #86670
closedMake default action in DragUploader adjustable
100%
Description
The current behavoir of the DragUploader when uploading already existing files is to show a dialog with options to proceed.
The default option is always to skip the existing files (or use the existing one in case of irre).
In my installation i have a backend user, who always overwrites existing files, because they are exports of an external database (always under the same filename).
He always has to change the skip mode to overwrite mode.
Other users of the system should stay at the default skip mode.
It would be very helpful, if the default setting of this dialog could be adjusted depending on backend user or backend group.
Updated by Frank Nägler over 5 years ago
- Status changed from New to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 5 years ago
- Status changed from In Progress 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/+/61436
Updated by Gerrit Code Review over 5 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/+/61436
Updated by Gerrit Code Review over 5 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/+/61436
Updated by Gerrit Code Review over 5 years ago
Patch set 4 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/+/61436
Updated by Gerrit Code Review over 5 years ago
Patch set 5 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/+/61436
Updated by Frank Nägler over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 45e1a781289ef89a696ae7aae88ab3bbed82f9fb.
Updated by Anna Somink about 5 years ago
Hello,
are you sure about this change works as expected? The selection fields are prefilled with "override" but the javascript value for each field is still "cancel" so hitting the button "Continue with selected actions" has no effect!
Updated by Christian Welzel over 4 years ago
I tryed the new implementation and found the same problem as Anna.
The selectboxes are set to the value "overwrite", but hitting continue aborts the action.
Updated by Eric Chavaillaz over 4 years ago
I can confirm what Anna said, I have open a new issue here : https://forge.typo3.org/issues/91985
Updated by Eric Chavaillaz over 4 years ago
- Related to Bug #91985: options.file_list.uploader.defaultAction is not working added