Bug #85359
closed
Added by David Bruchmann over 6 years ago.
Updated about 6 years ago.
Category:
Backend User Interface
Description
The pagebrowser to browse records shows only the first page.
I tested with pages as well as news-records.
TYPO3 9.3
Files
- Status changed from New to Accepted
- Is Regression set to Yes
- Related to Bug #78129: Statement::rowCount not reliable for SELECT queries added
reason the change in DatabaseRecordList
line 1109
previously
$dbCount = $queryResult->rowCount();
now
$dbCount = $queryBuilder
->count('uid')
->execute()
->fetchColumn(0)
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Description updated (diff)
Had this problem too (clean Typo3 9.3.3) with a custom record type and can confirm that it's fixed with the patch.
Thanks!
- Status changed from Resolved to Closed
- Has duplicate Bug #85743: An exception occurred if I click on List added
Also available in: Atom
PDF