Skip to content
Snippets Groups Projects
Commit 1983cdb5 authored by Guido Schmechel's avatar Guido Schmechel Committed by Christian Kuhn
Browse files

[TASK] Remove "sha1" from sys_file searchFields

To avoid confusion for the editor, the "sha1" field
is now removed from the searchFields of sys_file.

Those who wish to continue searching this field can
adapt the corresponding TCA via TCA overrides.

Resolves: #94273
Releases: master, 10.4
Change-Id: I8b2676c868e97e67b5fa453fa53658fcadae9ce8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69399


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 19c31878
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ return [
'ignoreWebMountRestriction' => true,
'ignoreRootLevelRestriction' => true,
],
'searchFields' => 'name, type, mime_type, sha1'
'searchFields' => 'name, type, mime_type'
],
'columns' => [
'fileinfo' => [
......
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