From acf7abfdd585d76c6af9cf2d443bee9bf0d4c551 Mon Sep 17 00:00:00 2001 From: Eric Harrer Date: Wed, 29 Oct 2025 10:43:13 +0100 Subject: [PATCH 1/2] [TASK] FlexForm deprecation fixes FlexForm definitions were updated to prevent on-the-fly migrations performed by FlexFormTools. TYPO3 v12+ introduced new TCA requirements which deprecate certain configurations. - Field `settings.flexform.receiver.type` was corrected by fixing inconsistent items ordering and removing an invalid attribute. - Field `settings.flexform.thx.redirect` was migrated from deprecated `type="input"` with `renderType="inputLink"`to the modern`type="link"` configuration. References: [Deprecation: #99739](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Deprecation-99739-IndexedArrayKeysForTCAItems.html), [Feature: #97159](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-97159-NewTCATypeLink.html#feature-97159) --- Configuration/FlexForms/FlexformPi1.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Configuration/FlexForms/FlexformPi1.xml b/Configuration/FlexForms/FlexformPi1.xml index c8b651a1b..d8dfb009e 100644 --- a/Configuration/FlexForms/FlexformPi1.xml +++ b/Configuration/FlexForms/FlexformPi1.xml @@ -83,21 +83,21 @@ selectSingle - + 0 1 - - - 3 - 2 + + + 3 + 1 1 @@ -289,9 +289,7 @@ 1 - input - trim - inputLink + link From 192ad5c36f36882dfa9db5ee91c9922978ed5760 Mon Sep 17 00:00:00 2001 From: Eric Harrer Date: Wed, 29 Oct 2025 10:45:29 +0100 Subject: [PATCH 2/2] [TASK] Normalize indentation in FlexForm --- Configuration/FlexForms/FlexformPi1.xml | 56 ++++++++++++------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Configuration/FlexForms/FlexformPi1.xml b/Configuration/FlexForms/FlexformPi1.xml index d8dfb009e..1c0de29f3 100644 --- a/Configuration/FlexForms/FlexformPi1.xml +++ b/Configuration/FlexForms/FlexformPi1.xml @@ -126,7 +126,7 @@ text 32 2 - 1000 + 1000 @@ -201,24 +201,24 @@ - 1 - - - text - {powermail_all} - 1 - + 1 + + + text + {powermail_all} + 1 + - - USER:In2code\Powermail\UserFunc\TestForFeature->isFeatureEnabled:powermailEditorsAreAllowedToSendAttachments - 1 - - - check - 0 - - - + + USER:In2code\Powermail\UserFunc\TestForFeature->isFeatureEnabled:powermailEditorsAreAllowedToSendAttachments + 1 + + + check + 0 + + + @@ -259,16 +259,16 @@ 1 - - USER:In2code\Powermail\UserFunc\TestForFeature->isFeatureEnabled:powermailEditorsAreAllowedToSendAttachments - 1 - - - check - 0 - - - + + USER:In2code\Powermail\UserFunc\TestForFeature->isFeatureEnabled:powermailEditorsAreAllowedToSendAttachments + 1 + + + check + 0 + + +