[BUGFIX] Remove GET parameters from URLs in List module
DatabaseRecordList (List module) generates returnUrls for localization links. These must not contain the 'justLocalized' parameter, as this would cause redirects to edit form over and over again. This fix removes the inclusion of all the GET parameters - introduced with #55314 - again. Only the module parameter is used from GET/POST. Additional API enables extbase plugins to add necessary parameters. The TableListViewHelper does not need any more parameters besides the module name and hence still works after this patch. Resolves: #58257 Related: #55314 Releases: 6.2 Change-Id: I641e4ce37e48c9ea4f9aabce41b11d8f824bf64d Reviewed-on: https://review.typo3.org/29701 Reviewed-by: Marc Bastian Heinrichs Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Wouter Wolters
Please register or sign in to comment