Bug #93091
closedMissing "Create new relation"-buttons after deleting the former relation
100%
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
Updated by Tobias Wollender almost 4 years ago
- Related to Bug #93085: Image Select and Image Cropping incorrect after TYPO3 update to v10.4.11 added
Updated by Simon Gilli almost 4 years ago
- Related to deleted (Bug #93085: Image Select and Image Cropping incorrect after TYPO3 update to v10.4.11)
Updated by Česlav Przywara almost 4 years ago
I can confirm the problem is still present in TYPO3 10.4.12.
Updated by Riccardo De Contardi almost 4 years ago
is this one related? https://forge.typo3.org/issues/92382
Updated by Julian Hofmann almost 4 years ago
#92382 sounds similar but seems to be different. It describes a problem tested under TYPO3 10.4.8. The above problem has only been seen since 10.4.11 (i.e. it still worked under 10.4.8).
Updated by Marc Willmann almost 4 years ago
Same problem here. Works fine until 10.4.10, breaks with 10.4.11 (and isn't fixed in 10.4.12)
Updated by Česlav Przywara almost 4 years ago
- Has duplicate Bug #93238: Regression: After deleting image in record "add" button is not displayed again added
Updated by Julian Hofmann almost 4 years ago
Updated by Kevin Appelt almost 4 years ago
- Priority changed from Should have to Must have
The problem also exists in v11 (in 11.0.0 and dev-master)
Updated by Webadmin no-lastname-given almost 4 years ago
- Is Regression set to Yes
Can confirm it in relation with "maxitems = 1". It worked definitely fine in 10.4.10
Updated by Gerrit Code Review almost 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/+/67541
Updated by Gerrit Code Review almost 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/+/67541
Updated by Gerrit Code Review almost 4 years ago
Patch set 3 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/+/67541
Updated by Gerrit Code Review almost 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/+/67542
Updated by Gerrit Code Review almost 4 years ago
Patch set 4 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/+/67541
Updated by Benni Mack almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 323eb7a81f8070aa28959af6924a385ca424dd50.
Updated by Andreas Kienast almost 4 years ago
- Has duplicate Bug #93479: TCA inline file with maxitems to 1, can't add after delete added
Updated by Frans Saris over 3 years ago
- Related to Bug #91808: Nested IRRE with maxitems hides last inline control button / toggles inline control buttons wrong added