Actions
Feature #20578
closedTx_Extbase_MVC_View_Helper_URIHelper does not correctly work with additionalParams
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-06-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
In Fluid additionalParams for links are treated as Array (which I think is good), but URIFor in Tx_Extbase_MVC_View_Helper_URIHelper awaits a string for additionalParams and this string is not used.
So I propose to change additionalParams to Array and handle similar to $arguments but without prefix.
The uploaded patch does it and works with current trunk and an example Extension based on ExtBase and Fluid.
(issue imported from #M11281)
Files
Updated by Christian Müller over 15 years ago
This was first filed as bug in Fluid here: http://forge.typo3.org/issues/show/3575
but fixing in extBase seems better to me (using array vs. string)
Updated by Bastian Waidelich over 15 years ago
This was fixed in trunk of Extbase (r814).
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Closed
- Target version deleted (
0)
Closed as resolved.
Actions