Bug #98574
closedCSV Download does not include the fields tstamp and crdate for non admin user
100%
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.
$fieldList[] = 'uid';
$fieldList[] = 'pid';
$fieldList[] = 'tstamp';
$fieldList[] = 'crdate';
Updated by Gerrit Code Review almost 2 years 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
Updated by Gerrit Code Review almost 2 years 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
Updated by Oliver Bartsch almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9c190bfb89b2dd1e2bc08ab4be8ece1b47a16e8.
Updated by Gerrit Code Review almost 2 years 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
Updated by Oliver Bartsch almost 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7ddd89e6053ad81d6703af7494a433dd4d689892.