Bug #91985
closedoptions.file_list.uploader.defaultAction is not working
100%
Description
Hi,
With the drag uploader, it is possible to set a default strategy (https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.1/Feature-86670-MakeDefaultActionInDragUploaderAdjustable.html) but it is not working.
In fact, if I put `options.file_list.uploader.defaultAction = replace`, the replace option is selected but when I confirm the upload nothing append. In this case the rename strategy works well and the cancel also.
It is the same with rename. Rename does not work, but replace and cancel yes.
Thanks
Updated by Eric Chavaillaz over 4 years ago
- Related to Feature #86670: Make default action in DragUploader adjustable added
Updated by Kevin Appelt over 4 years ago
- Priority changed from Should have to Must have
We have the same problem. Currently we have removed the corresponding line in TSconfig to make the system "usable".
It seems to be a JS problem. The configured action is preselected, but this action cannot be executed. If the user adjusts the action, the selected action will be executed correctly. This is also the case if another action is selected and then the user switches back to the "default" action.
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/65398
Updated by Gerrit Code Review over 4 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/+/65398
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65422
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65422
Updated by Kevin Appelt over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fad2d6ce75db7e6cf5d04c4fdb7d0cb8c08ace51.