Bug #93743
closedDate picker does not work in IRRE elements if collapseAll is set to true
100%
Description
TCA of tt_content:
'tx_maagitevent_dates' => [
'exclude' => 0,
'label' => 'LLL:EXT:maagitevent/Resources/Private/Language/locallang_db.xlf:tx_maagitevent_dates',
'config' => [
'type' => 'inline',
'foreign_table' => 'tx_maagitevent_domain_model_date',
'foreign_field' => 'tt_content',
'foreign_sortby' => 'sorting',
'maxitems' => 100,
'appearance' => [
'collapseAll' => true,
'expandSingle' => true,
'newRecordLinkAddTitle' => true,
'useSortable' => true,
'enabledControls' => [
'info' => false,
'new' => true,
'sort' => false,
'hide' => true,
'dragdrop' => true,
'delete' => true,
'localize' => false,
]
]
]
]
TCA of tx_maagitevent_domain_model_date:
'fromdate' => [
'label' => 'LLL:EXT:maagitevent/Resources/Private/Language/locallang_db.xml:tx_maagitevent_domain_model_date.fromdate',
'config' => [
'type' => 'input',
'renderType' => 'inputDateTime',
'eval' => 'datetime,required',
]
]
When i click of the irre container to open its records and then click on the calendar icon, nothing happens (calendar does not show up).
Files
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84490
Updated by Garvin Hicking 6 months ago
- Has duplicate Bug #97448: JavaScript from TCA Inline Elements not loaded when fetched dynamically added
Updated by Garvin Hicking 6 months ago
- Assignee set to Garvin Hicking
This issue is no longer reproducible in main (v13) and probably fixed as a drive-by with the lit-component modularization efforts.
However, I've created a patch to demonstrate that this is working with a new styleguide TCA element.
Updated by Gerrit Code Review 5 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84490
Updated by Gerrit Code Review 5 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84490
Updated by Gerrit Code Review 5 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84490
Updated by Garvin Hicking 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset beadfeb369af46bbdd691633000abf97bcc9c65b.