Bug #91839
closedIRRE add relation button not working
100%
Description
Given:
Some TCA adding a new IRRE field to any table:
'translations' => [ 'exclude' => 1, 'l10n_mode' => 'exclude', 'label' => 'Translations', 'config' => [ 'type' => 'inline', 'foreign_table' => 'pages_translations', 'foreign_field' => 'parentid', 'foreign_sortby' => 'parentsort', 'foreign_table_field' => 'parenttable', 'foreign_selector' => 'language', 'foreign_unique' => 'language', 'foreign_label' => 'language', 'maxitems' => 9999, 'appearance' => [ 'collapseAll' => 1, 'expandSingle' => 1, 'newRecordLinkAddTitle' => 1, 'newRecordLinkPosition' => 'top', 'useCombination' => 0, 'useSortable' => 0, 'showPossibleLocalizationRecords' => 0, 'showRemovedLocalizationRecords' => 0, 'showAllLocalizationLink' => 0, 'showSynchronizationLink' => 0, 'enabledControls' => 'delete', ], 'behaviour' => [ 'localizationMode' => 'keep', 'localizeChildrenAtParentLocalization' => 0, 'disableMovingChildrenWithParent' => 1, ], ], ],
Expectation:
The user should be able to add the first entry from the selectbox by click on the "add new relation" button
Current:
The button doesn't do anything.
Files
Updated by Gerrit Code Review over 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/+/65070
Updated by Gerrit Code Review over 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/+/65070
Updated by Christian Kuhn over 4 years ago
Updated by Christian Kuhn over 4 years ago
Reproducible with ext:styleguide inline usecombination ... the "Create new relation" button.
Updated by Gerrit Code Review over 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/+/65030
Updated by Nicole Cordes over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 743898b5cf0a100918f585a6e5fd33e1ea581c39.