kitodo / kitodo-presentation

Kitodo.Presentation is a feature-rich framework for building a METS- or IIIF-based digital library. It is part of the Kitodo Digital Library Suite.
https://kitodo.github.io/kitodo-presentation/
GNU General Public License v3.0
39 stars 45 forks source link

[MAINTENANCE] Fix Typo3 v11 TCA migration warning 89672 #1364

Closed thomaslow closed 3 weeks ago

thomaslow commented 1 month ago

There are still TCA migration warnings in Typo3 v11, see Changelog-89672.

The 'tx_dlf_collections' TCA tables transOrigPointerField 'l18n_parent' is defined as excluded field which is no longer needed and should therefore be removed. The 'tx_dlf_libraries' TCA tables transOrigPointerField 'l18n_parent' is defined as excluded field which is no longer needed and should therefore be removed. The 'tx_dlf_metadata' TCA tables transOrigPointerField 'l18n_parent' is defined as excluded field which is no longer needed and should therefore be removed. The 'tx_dlf_structures' TCA tables transOrigPointerField 'l18n_parent' is defined as excluded field which is no longer needed and should therefore be removed.

This pull request removes the respective exclude option.

There are currently problems with translations in the master branch (see #1365), which makes this difficult to test. However, it looks like this change doesn't make things worse.