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 about 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 #1

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77568

Actions #2

Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77568

Actions #3

Updated by Oliver Bartsch over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Gerrit Code Review over 1 year ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77601

Actions #5

Updated by Oliver Bartsch over 1 year ago

  • Status changed from Under Review to Resolved
Actions #6

Updated by Benni Mack about 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF