Nemo64 / typo3api

An api-wrapper around typo3 functionality (currently only tca)
MIT License
0 stars 6 forks source link

onchange reload #7

Open Nemo64 opened 7 years ago

Nemo64 commented 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.

Nemo64 commented 6 years ago

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.