Skip to content
Snippets Groups Projects
Commit f26f3042 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Stefan Bürk
Browse files

[BUGFIX] Prevent type errors on renaming and moving processed files

Whenever a file is renamed or moved, also
the corresponding index entry is updated.

However this does only works and is only
relevant for File objects and can’t be
done for e.g. processed files.

Proper type checks for those two places
are added, preventing corresponding type
errors.

Resolves: #88400
Releases: main, 12.4
Change-Id: I86ecd9500875e2a904ef9bd1768488f886947625
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81120


Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent f4727eb2
Branches
Tags
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