Bug #100583
closedf:form -Viewhelper: Argument "addQueryString" not working
100%
Description
The f:form viewhelper has the argument "addQueryString". In TYPO3 V12 it has no effect anymore. All additional GET parameters are dropped, instead of adding them to the url.
It is set in in the FormViehelper (EXT:fluid/Classes/ViewHelpers/FormViewHelper.php Line 220 https://github.com/TYPO3/typo3/blob/343846070ac459dbd2f97a8cc8b2b82c33d1223d/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php#L220), but never evaluated, when building the uri for the frontend.
Maybe it is a leftover / regression of https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-98488-TypolinkOptionAddQueryStringOnlyIncludesResolvedQueryArguments.html
I came across this behavior, when updating EXT:powermail for TYPO3 V12.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78804
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78804
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78804
Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78804
Updated by Gerrit Code Review over 1 year ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78804
Updated by Oliver Bartsch over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1a7fecd10aa1714355277c860ad8f018901178ce.