Skip to content

v0.9.1

Choose a tag to compare

@just-tobi just-tobi released this 28 May 16:41
34fb18b

Fixed

  • TYPO3 14 User Settings crash — Opening the User Settings (Setup module) in TYPO3 14 caused a TypeError: Unsupported operand types: null + array in SingleFieldContainer::inlineFieldShouldBeSkipped(). Root cause: UserSettingsSchema::getTca() copied legacy $GLOBALS['TYPO3_USER_SETTINGS'] columns verbatim into fake TCA without a config key. Fixed by using the new TCA-based API ($GLOBALS['TCA']['be_users']['columns']['user_settings']['columns']) on TYPO3 14+, retaining the legacy registration for TYPO3 12/13.