Bug #60346
closed
indexed_search experimental mode returns negative values in page browser
Added by Gerhard Rupp over 10 years ago.
Updated about 6 years ago.
Description
In line 57 in the file PageBrowsingViewHelper.php
$min -= $max - $pageCount;
should be replaced by
$max = $pageCount;
Oh dear, there's a bit more to do.
I'm working on it.
- Status changed from New to Under Review
Patch seems to work. DidnĀ“t find any issues so far.
I pushed a new version, which also fixes this in the legacy code.
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31632
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31632
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32992
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF