Project

General

Profile

Actions

Feature #93626

open

Add option for FileList > Replace > keepFilename

Added by Georg Tiefenbrunn over 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-03-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

An option to preselect the option "Keep the current filename?" (<input type="checkbox" id="keepFilename" ...>) in \TYPO3\CMS\Filelist\Controller\File\ReplaceFileController would be handy.

As the very few file list related config options are all User TSconfig file_list.* this could e.g. be file_list.replace.keepFilename:

file_list.replace.keepFilename
------------------------------

:aspect:`Datatype`
    list of keywords

:aspect:`Description`
    Determines whether the checkbox "Keep the current filename?" is shown or hidden when replacing a file.
    If it is hidden, you can predefine it to be always activated or always deactivated.

    The following values are possible:

    activated
        The option is activated and the checkbox is hidden.

    activated-selectable
        The option is activated and the checkbox is shown.

    deactivated
        The option is deactivated and the checkbox is hidden.

    selectable
        The option is deactivated and the checkbox is shown.

:aspect:`Default`
    selectable

No data to display

Actions

Also available in: Atom PDF