Actions
Bug #58005
closedElement browser does not submit all GET parameters
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2014-04-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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?
Actions