Project

General

Profile

Actions

Bug #90003

closed

Fluid Widget f:paginate doesn't render GET/POST variables after Update to 10.2

Added by Simon Köhler over 4 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-12-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I am using the Fluid Widget in a backend module (slug Extension, see TER) as follows:

<f:widget.paginate objects="{pages}" as="pagesPaginated" configuration="{addQueryStringMethod: 'POST,GET', itemsPerPage: filter.maxentries, insertAbove: 1, maximumNumberOfLinks: 10}">
Other code here...
</f:widget.paginate >

Full code here: https://github.com/koehlersimon/slug/blob/master/Resources/Private/Templates/List.html

This works fine up to TYPO3 9.5.11.

When I use the code in version 10.2.0, the pagination widget works, but without recognizing the parameters of my search filter form anymore.

In TYPO3 9.5.11 the code works as expected.

Actions #1

Updated by Bastian Bringenberg over 4 years ago

  • Project changed from 9 to TYPO3 Core
  • Category deleted (Development)
  • TYPO3 Version set to 10

Moved to right Project

Actions #2

Updated by Simon Köhler over 4 years ago

Okay, now I found this, saying: GET,POST or POST,GET is not supported anymore since TYPO3 v10.0

https://github.com/TYPO3/TYPO3.CMS/blob/dd669e2a9155330c22278c828af8c4e9b598f71f/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php#L337

As far as I can see, only GET parameters are accepted now.

Actions #3

Updated by Georg Ringer over 4 years ago

  • Status changed from New to Rejected

Closed as duplicate

Actions

Also available in: Atom PDF