Project

General

Profile

Actions

Bug #93743

open

Date picker does not work in IRRE elements if collapseAll is set to true

Added by Urs Maag about 3 years ago. Updated 9 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-03-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
IRRE, date picker
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

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

DatePicker.jpg (148 KB) DatePicker.jpg tt_content with IRRE Record and datetime field Urs Maag, 2021-03-15 14:57
Actions #1

Updated by Benni Mack 9 months ago

  • Sprint Focus set to On Location Sprint
Actions

Also available in: Atom PDF