Open Nemo64 opened 7 years ago
The option for onchange is missing. https://docs.typo3.org/typo3cms/TCAReference/8.7/Columns/#onchange It should also default to "reload" if useAsRecordType is true.
onchange
"reload"
useAsRecordType
Part of the issue seems to be already resolved by the typo3 team. onchange is automatically defined as reload when the field is defined in useAsRecordType.
I would still prefer it to be explicit.
The option for
onchange
is missing. https://docs.typo3.org/typo3cms/TCAReference/8.7/Columns/#onchange It should also default to"reload"
ifuseAsRecordType
is true.