Bug #93238
closedRegression: After deleting image in record "add" button is not displayed again
0%
Description
I have a TCA configuration for a record, where one image must be added:
'image' => [ // ... config => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'image', [ 'appearance' => [ 'createNewRelationLinkTitle' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:images.addFileReference', ], 'foreign_match_fields' => [ 'fieldname' => 'image', 'tablenames' => 'tx_myext_domain_model_table', 'table_local' => 'sys_file', ], 'maxitems' => 1, 'minitems' => 1, ], $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] ) ]
When I delete the image, the "Add" button is not displayed again.
This error was introduced with TYPO3 10.4.11, in 10.4.10 it worked like it should.
It seems, it was introduced with #91595.
Updated by Chris Müller almost 4 years ago
- Related to Bug #91595: Not all elements displayed as button behave like buttons added
Updated by Aristeidis Karavas almost 4 years ago
It is worth mentioning that this happens (AFAIK) when the limit is set to 1
Updated by Česlav Przywara almost 4 years ago
This issue has already been reported - see #93091.
Updated by Česlav Przywara almost 4 years ago
- Is duplicate of Bug #93091: Missing "Create new relation"-buttons after deleting the former relation added
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
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
Applied in changeset 323eb7a81f8070aa28959af6924a385ca424dd50.
Updated by Christian Kuhn over 2 years ago
- Related to Bug #91808: Nested IRRE with maxitems hides last inline control button / toggles inline control buttons wrong added