Project

General

Profile

Actions

Bug #93091

closed

Missing "Create new relation"-buttons after deleting the former relation

Added by Julian Hofmann over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-12-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The following field is configured:

'file' => [
    'label' => 'File',
    'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
        'file',
        [
            'minitems' => 1,
            'maxitems' => 1,
            'foreign_match_fields' => [
                'fieldname' => 'file',
                'tablenames' => 'tx_example_domain_model_example',
                'table_local' => 'sys_file',
            ],
        ],
        '',
        'php,php(3-8)'
    ),
],

While editing a record and deleting an existing file relation, there's no button to add a new relation shown anymore.

Till TYPO3 v10.4.10 the backend looks like this after deleting the relation:

Since TYPO3 v10.4.11 the backend looks like this after deleting the relation:


Files

since_TYPO3_v10.4.11.png (7.54 KB) since_TYPO3_v10.4.11.png Julian Hofmann, 2020-12-16 16:11
till_TYPO3_v10.4.10.png (12.5 KB) till_TYPO3_v10.4.10.png Julian Hofmann, 2020-12-16 16:11

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #91808: Nested IRRE with maxitems hides last inline control button / toggles inline control buttons wrongClosed2020-07-16

Actions
Has duplicate TYPO3 Core - Bug #93238: Regression: After deleting image in record "add" button is not displayed againClosed2021-01-07

Actions
Has duplicate TYPO3 Core - Bug #93479: TCA inline file with maxitems to 1, can't add after deleteClosed2021-02-10

Actions
Actions

Also available in: Atom PDF