Bug #58005
closedElement browser does not submit all GET parameters
100%
Description
In the \TYPO3\CMS\Recordlist\Browser\ElementBrowse@r the parameters that are appended to the tab links are configured in the
$addPassOnParams@ array in the getJsCode()
method.
The selection of the fields that are passed on by default seems a bit random.
For example the fields P[uid]
and P[pid]
are not submitted which are quite important when you want to retrieve Page TSConfig in your custom link handler.
Is there a reason why these fields are not added to the links?
Updated by Alexander Stehlik over 10 years ago
These are the fields that are originally submitted when the wizard is opened:
&P[fieldConfig] (array with multiple values) &P[params] &P[exampleImg] &P[table] &P[uid] &P[pid] &P[field] &P[flexFormPath] &P[md5ID] &P[returnUrl] &P[formName] &P[itemName] &P[hmac] &P[fieldChangeFunc] (array with multiple values) &P[fieldChangeFuncHash] &P[currentValue] &P[currentSelectedValues]
These are the fields that are passed on in jumpToUrl()
:
$P2['itemName'] $P2['formName'] $P2['fieldChangeFunc'] $P2['fieldChangeFuncHash'] $P2['params']['allowedExtensions'] $P2['params']['blindLinkOptions'] $P2['params']['blindLinkFields']
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29536
Updated by Alexander Stehlik over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 53fe913493884792233106fd9a59d8b307acd966.