Skip to content
Snippets Groups Projects
Commit 462cb5e9 authored by Garvin Hicking's avatar Garvin Hicking Committed by Oliver Bartsch
Browse files

[BUGFIX] Add missing sortable folder timestamps to filelist view

With the introduction of the new filelist functionality,
the list view of folders no longer showed their last modification
timestamps. Without this information, the list view could no
longer sort the whole item list by date.

With this patch, the information is now fetched not only for
files, but also for folders.

Folders and files are sorted on their own, so no file will be
sorted in between a list of folders (and vice versa).

(Note that for filesystem folders there is only one timestamp,
so "last modified" and "created at" will use the same timestamps.
Remote folders with their distinct drivers may provide distinguishable
information.)

Resolves: #100520
Releases: main, 12.4
Change-Id: I4e9ceb597946cc7532b76ec2ee4bec3d52d17fdc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85158


Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent f64f6c64
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