Actions
Bug #95280
closed"Extended table view" Download Data, Call to undefined method TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList::makeFieldList()
Start date:
2021-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Tested with TYPO3 11.4 / PHP 7.4
- Using the "extended table view" (don't know of this view is called extended table view fourthermore :) )
- Klick on "Download", and inside the upcomming Modal set the " All columns " toggle active.
- klick on "Download" results in a TYPO3 Error:
Call to undefined method TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList::makeFieldList()
in /var/www/html/typo3_src-11.4.0/typo3/sysext/recordlist/Classes/Controller/RecordDownloadController.php line 131
I guess the class will expected a list of columns
Files
Updated by Oliver Bartsch about 3 years ago
- Related to Bug #95120: List Module -> "Download" all columns expects a DatabaseRecordList::makeFieldList() added
Updated by Oliver Bartsch about 3 years ago
- Status changed from New to Closed
Hi, this was already fixed in #95120. I'll therefore close this issue as duplicate. In case there is still something not working correct for you in current master, please create a new issue with reference to this on (if related).
Actions