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
Actions