Skip to content
Snippets Groups Projects
Commit fc5d2f54 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Unused $uploadedFiles in DataHandler

Variable $uploadedFiles is carried around in
DataHandler through various methods, but is in
fact never used since TCA type=group with
internal_type=file has been dropped in v10.

The patch drops that argument. All method changes
are detail implementations within DataHandler and
either protected or marked @internal, the change
does not raise backwards compatibility issues.

Change-Id: I4ca56005d9e52255d3168358d16bbb66347d8974
Resolves: #95264
Related: #87428
Releases: master
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71115


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 0cab8cde
Branches
Tags
No related merge requests found
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