Actions
Bug #93091
closedMissing "Create new relation"-buttons after deleting the former relation
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
Actions