[FEATURE] uriBuilder should honor POST arguments for addQueryString
Currently the addQueryString option in the uriBuilder only supports arguments which are in the query string. Therefore, the pagination widget does not work with filtering post requests. Solution: Add addQueryStringMethod (already supported by typolink configuration) as property of uriBuilder and as argument of the following fluid view helpers: * link.action * link.page * uri.action * uri.page * widget.link * widget.uri * widget.pagination Add addQueryStringMethod as configuration option of the paginate widget. Fixes: #35281 Fixes: #11441 Releases: 6.2 Change-Id: I8f2963fa7467dffcf3b9535d2a41820de8f9930a Reviewed-on: https://review.typo3.org/22432 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Stefano Cecere Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php 53 additions, 3 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php
- typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php 70 additions, 7 deletions...ext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php
- typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php 3 additions, 2 deletions...ysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php 15 additions, 2 deletions.../sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php 3 additions, 2 deletions...sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Uri/PageViewHelper.php 3 additions, 2 deletions...3/sysext/fluid/Classes/ViewHelpers/Uri/PageViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/PaginateController.php 1 addition, 1 deletion...sses/ViewHelpers/Widget/Controller/PaginateController.php
- typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php 5 additions, 1 deletion...ysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php 14 additions, 1 deletion...sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php
- typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html 9 additions, 9 deletions.../Private/Templates/ViewHelpers/Widget/Paginate/Index.html
- typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php 1 addition, 0 deletions...t/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php
Please register or sign in to comment