Actions
Feature #16728
closedGMENU additionalParams for links should be available
Start date:
2006-11-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
additionalParams for links should be available within gmenuitem.
example:
I would like to have a menuitem that should logout the frontend user. Currently I have no way to add the params &logintype=logut to the link.
I could use allStdWrap and "noLink = 1" to build the menuitem manually
but then the RO statement doens't work anymore.
(issue imported from #M4536)
Files
Updated by Michael Stucki almost 18 years ago
The attached patch will do this. Notice that there is also a property called "addParams" which does the same but is applied indepenent of the menu item state.
Actions