georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

Plugin updater in TYPO3 12 breaks flexform extensions #2279

Closed hannesbochmann closed 10 months ago

hannesbochmann commented 10 months ago

Bug Report

Current Behavior If the old plugins are migrated to the new ones through the update wizard the flexform is cleaned up and everything removed that doesn't exists in the current flexform. Problem is that extensions of the flexform through the event flexform-modify-data-structure won't be considered.

Expected behavior/output The flexform extensions should be kept which should be hard to find out or the flexform should not be cleaned up at all or at least the cleanup can be disabled.

Environment

Possible Solution I would make the cleanup optional.

georgringer commented 10 months ago

can you test latest main version? thanks

hannesbochmann commented 10 months ago

Ahh, I see the differences to version 11.2.0. Great work, thanks.