Project

General

Profile

Actions

Bug #85359

closed

BE-Pagebrowser broken

Added by David Bruchmann almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2018-06-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The pagebrowser to browse records shows only the first page.
I tested with pages as well as news-records.
TYPO3 9.3


Files

recordbrowser-p2.gif (3.24 KB) recordbrowser-p2.gif David Bruchmann, 2018-06-23 13:46
recordbrowser-p1.gif (7.51 KB) recordbrowser-p1.gif David Bruchmann, 2018-06-23 13:46

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #78129: Statement::rowCount not reliable for SELECT queriesClosed2016-10-02

Actions
Has duplicate TYPO3 Core - Bug #85743: An exception occurred if I click on ListClosed2016-10-032016-10-03

Actions
Actions #2

Updated by Georg Ringer almost 6 years ago

  • Status changed from New to Accepted
  • Is Regression set to Yes

reason is the change #78129

Actions #3

Updated by Georg Ringer almost 6 years ago

  • Related to Bug #78129: Statement::rowCount not reliable for SELECT queries added
Actions #4

Updated by Georg Ringer almost 6 years ago

reason the change in DatabaseRecordList line 1109

previously

$dbCount = $queryResult->rowCount();

now

$dbCount = $queryBuilder
                                        ->count('uid')
                                    ->execute()
                                    ->fetchColumn(0)

Actions #5

Updated by Gerrit Code Review almost 6 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57347

Actions #6

Updated by Georg Ringer almost 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Stephan Großberndt over 5 years ago

  • Description updated (diff)
Actions #8

Updated by bitfire it services over 5 years ago

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!

Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Susanne Moog over 5 years ago

  • Has duplicate Bug #85743: An exception occurred if I click on List added
Actions

Also available in: Atom PDF