Skip to content

7.2.0

Compare
Choose a tag to compare
@fsuter fsuter released this 29 Dec 08:53
· 32 commits to master since this release

This release introduces two minor features, although the first one may have an important impact depending on your configuration, so please read carefully:

  • the HandleDataStep used to drop fields with a "null" value in the imported data. This is no longer the case and is complementary to allowing "null" values to be stored, fixed in a previous release. The impact may be that fields that were left as is until now, will now be nulled if they are "null" in the data to import. Also, user functions used during the TransformDataStep may not expect values to be "null" where there were none before.
  • the \Cobweb\ExternalImport\Event\InsertRecordPreprocessEvent and \Cobweb\ExternalImport\Event\UpdateRecordPreprocessEvent events may not throw the special exception \Cobweb\ExternalImport\Exception\InvalidRecordException in order to exclude records from the insert or update operations.

On top of these features, two bugs were fixed:

  • the main backend module does not have access rights anymore (which means it does not have to be explicitly selected in BE groups)
  • the backend modules have a slightly improved look with TYPO3 12, thanks to a better integration with the stylesheet for that version.