Bug #76278
closedPaginateViewHelper stopped working since update "[SECURITY] Validate complete referring request"
Added by Anonymous over 8 years ago. Updated about 6 years ago.
100%
Description
PaginateViewHelper stopped working since update.
Each page contains the first result.
Updated by Markus Klein over 8 years ago
- Description updated (diff)
Hi David!
Where did you encounter this bug? In EXT:news?
Updated by Andreas Kienast over 8 years ago
- Status changed from New to Needs Feedback
Updated by Markus Klein over 8 years ago
- Category changed from Fluid to Extbase
- Status changed from Needs Feedback to Accepted
- Assignee deleted (
Georg Ringer) - Complexity deleted (
easy) - Is Regression changed from No to Yes
Updated by Anonymous over 8 years ago
We use the default ViewHelper.
OK in TYPO3 8.1.0
NOT OK in TYPO3 8.1.1
<f:widget.paginate objects="{cruises}" as="paginatedCruises" configuration="{itemsPerPage: '{settings.limitresults}', insertAbove: 1, insertBelow: 1, maximumNumberOfLinks: 10}">
<f:render partial="Traffic3/google_remarketing.html" section="google_remarketing_searchresult_paginated" arguments="{paginatedCruises: paginatedCruises}" />
<div id="current-results" class="col-md-3 text-left responsive-text-center">
<p class="hidden-xs pull-left nomargin padding30">
<strong>Showing</strong> {paginatedCruises -> f:count()} of {cruises -> f:count()} results.
</p>
</div>
<f:for each="{paginatedCruises}" as="cruise">
<div class="row">
<f:render partial="ListView/CruiseList" arguments="{cruise: cruise, layout-width: 'col-lg-12 col-md-12 col-sm-12 col-xs-12', dateinfo-width: 'col-lg-5 col-md-5 col-sm-6 ol-xs-12', nextdepartureinfo-width: 'col-lg-7 col-md-7 col-sm-6 col-xs-12', cruiseinfo-class: 'margin-bottom10'}" section="CruiseListViewResponsive" />
</div>
</f:for>
</f:widget.paginate>
Updated by Stephan Großberndt over 8 years ago
- Category changed from Extbase to Fluid
- Status changed from Accepted to Needs Feedback
- Assignee set to Georg Ringer
- Complexity set to easy
I can confirm this in 6.2.24
Updated by Stephan Großberndt over 8 years ago
- Category changed from Fluid to Extbase
- Status changed from Needs Feedback to Accepted
- Assignee deleted (
Georg Ringer) - Complexity deleted (
easy)
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48265
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48265
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48265
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48266
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_8-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48267
Updated by Gerrit Code Review over 8 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 https://review.typo3.org/48268
Updated by Anonymous over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f18b99026b27b470c0feacc0017819480a6b4ab4.
Updated by Helmut Hummel over 8 years ago
@David: Thank you very much for the incredibly fast bug report!