[TASK] All TCA columns should have a config section
Having a TCA columns field without 'config' array doesn't make sense. ['config']['type'] is marked as mandatory field anyway and the TCA migration throws an exception if ['config'] exists but ['type'] is missing for a while. The patch now adds code to add ['config']['type'] = 'none' if ['config'] does not exist at all. Change-Id: I18b9a9866f16ca3ba5750ec2970436282aa01719 Resolves: #83152 Releases: master Reviewed-on: https://review.typo3.org/54857 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Please register or sign in to comment