From cde300a3cd0b250d8d4ea861cb7c1db2c9a4a163 Mon Sep 17 00:00:00 2001 From: Georg Ringer <georg.ringer@gmail.com> Date: Tue, 14 Feb 2017 21:16:16 +0100 Subject: [PATCH] [TASK] Remove outdated comment A comment in InitializeProcessedTca can be removed as since #79059 a type is required and checked. Resolves: #79816 Releases: master Change-Id: Id9ecf7e15b584c20e30f4a5148f35c093d0c6923 Reviewed-on: https://review.typo3.org/51687 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- .../Form/FormDataProvider/InitializeProcessedTca.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/InitializeProcessedTca.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/InitializeProcessedTca.php index 4cfb47adf60d..33ca4ad4cc24 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/InitializeProcessedTca.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/InitializeProcessedTca.php @@ -51,12 +51,6 @@ class InitializeProcessedTca implements FormDataProviderInterface ); } - // Usually, all columns fields have a 'type'. This position would be a good place to - // loop and throw an exception if a type is missing. Unfortunately, type is missing - // for some internal fields like "hidden". So a bootstrap migration needs to be - // created first to enforce this rule here. Some sanitation in data providers below - // could be saved this way. - return $result; } } -- GitLab