7.1.2
This release contains several documentation improvements and a few bug fixes:
- error messages are complete again, adapted from the new log structure
- an error could happen while checking the configuration for a table without title
- fields with a
null
value can now be stored to the database, if the field can be considered nullable according to its TCA definition (i.e. input and text fields witheval => 'null'
in TYPO3 11, any field withnullable => true
in TYPO3 12. If the field is not nullable, it is still skipped from import, as was the case until now.