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
Actions