Project

General

Profile

Actions

Bug #89141

open

Filelist renaming a folder does not update related fields from TCA configs with new name

Added by Joerg Boesche over 4 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2019-09-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Renaming a folder in the FAL list (Filelist) does not update related fields from TCA config with the new folder name. Old folder names are retained and lead to exceptions in the output in the frontend.

There are two possibilities to define folder links with the TCA config.

'config' => [
                'type' => 'input',
                'renderType' => 'inputLink',
                'size' => 50,
                'max' => 1024,
                'eval' => 'trim',
                'fieldControl' => [
                    'linkPopup' => [
                        'options' => [
                            'blindLinkFields' => 'class,target,title',
                            'blindLinkOptions' => 'mail,url,page,file'
                        ],
                    ],
                ],
                'softref' => 'typolink'
            ]

 'config' => [
                'type' => 'group',
                'internal_type' => 'folder',
                'size' => 1,
                'maxItems' => 1,
                'softref' => 'typolink'
            ]

Expected behavior:
If a folder in the FAL filelist is renamed, moved or deleted, all related TCA config fields getting involved in the changes.

No data to display

Actions

Also available in: Atom PDF