Skip to content
Snippets Groups Projects
Commit cde300a3 authored by Georg Ringer's avatar Georg Ringer Committed by Christian Kuhn
Browse files

[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: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 0cb1c514
Branches
Tags
No related merge requests found
......@@ -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;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment