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

[BUGFIX] Fix list view functionality in FileList

This fixes several bugs in FileList:

1. Properly initializing the `searchTerm` ensures
   it is kept while sorting.
2. Sorting for "filesize" is now working properly,
   using corresponding collator attribute.
3. Pagination is properly reset on searching.
4. Correct search term is kept on paginating.

Resolves: #103053
Releases: main, 12.4
Change-Id: Ibf7dd278d13aed6142286d7408b9380588485801
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82826


Reviewed-by: default avatarJochen Roth <rothjochen@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSybille Peters <sypets@gmx.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarJochen Roth <rothjochen@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 1a5c049a
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