Skip to content
Snippets Groups Projects
Commit fc2df2aa authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Always display search box in file browser

The search box in the file browser is now displayed again,
even if no files are in the folder. This is necessary because
the search works recursively.

Actually, the search box was only displayed for an active search
with an empty result list, due to another bug. FileSearchResultInterface
is never "empty" since it's an object. This is now fixed as well.

Additionally, the flash message is improved, in case no files
are available for a search term.

Resolves: #99447
Releases: main, 11.5
Change-Id: I970b19c7779075711f97987e80aad3f376cd5f40
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77268


Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
parent bb8f03f6
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