Actions
Bug #102538
closedDownload Records "allColumns" flag not respected - only UI visible columns downloaded
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2023-11-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After v12.4.8 downloading a set of records via the Download button in the UI, with "All Columns" flag checked downloads only the columns selected to be displayed in the UI.
Step tracing shows:- All column fields are set: https://github.com/TYPO3/typo3/blame/main/typo3/sysext/backend/Classes/Controller/RecordListDownloadController.php#L126
- typo3/sysext/backend/Classes/RecordList/DatabaseRecordList.php start fn called: https://github.com/TYPO3/typo3/blame/main/typo3/sysext/backend/Classes/Controller/RecordListDownloadController.php#L130
- setFields is overridden: https://github.com/TYPO3/typo3/commit/00535412560c809e18743464b4e21834dfc4815a#diff-d6da89e62de512608b6c619b5ff1f50bba8f29a7b78e044f5d3aeca22352d2e4R2217
Updated by Oliver Bartsch 12 months ago
- Related to Task #101859: Set display fields during DatabaseRecordList start added
Updated by Gerrit Code Review 12 months 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/+/81994
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82002
Updated by Oliver Bartsch 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 91897b7ff376084ccd81c8e868c71e50ef20387f.
Actions