Project

General

Profile

Actions

Bug #98574

closed

CSV Download does not include the fields tstamp and crdate for non admin user

Added by Eugène Fritz over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2022-10-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

My client noticed that the fields crdate and tstamp are not available for selection in the list view via "Show columns" for non-admin.
This was possible with older TYPO3 version.

Therefore, these fields are also not present in the exported CSV, even if you use the option "All columns" in Columns to download.
These fields should also be available for editor to allow sorting of entries by creation date.

https://github.com/TYPO3/typo3/blob/v11.5.16/typo3/sysext/backend/Classes/Utility/BackendUtility.php#L3748

$fieldList[] = 'uid';
$fieldList[] = 'pid';
$fieldList[] = 'tstamp';
$fieldList[] = 'crdate';
Actions

Also available in: Atom PDF