Bug #60346
closedindexed_search experimental mode returns negative values in page browser
100%
Description
In line 57 in the file PageBrowsingViewHelper.php
$min -= $max - $pageCount;
should be replaced by
$max = $pageCount;
Updated by Markus Klein over 10 years ago
Oh dear, there's a bit more to do.
I'm working on it.
Updated by Markus Klein over 10 years ago
- Status changed from New to Under Review
Please test this patch and vote there:
Updated by Gerhard Rupp over 10 years ago
Patch seems to work. DidnĀ“t find any issues so far.
Updated by Markus Klein over 10 years ago
I pushed a new version, which also fixes this in the legacy code.
Updated by Gerrit Code Review over 10 years ago
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
Updated by Gerrit Code Review about 10 years ago
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
Updated by Gerrit Code Review about 10 years ago
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
Updated by Markus Klein about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 05c384ae77e6c30b7b7e322ebbdadd43cdfcf6f0.