Actions
Bug #20326
closedtemplate.php::wrapClickMenuOnIcon() uses depreciated JS Function from clickmenu.js
Start date:
2009-04-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
We have following in typo3/js/clickmenu.js
// deprecated functions since 4.2, here for compatibility, remove in 4.4
function showClickmenu(table, uid, listFr, enDisItems, backPath, addParams) {
Clickmenu.show(table, uid, listFr, enDisItems, backPath, addParams);
}
Mentioned function in template.php calls this one insted of the new one (line 316 trunk)
Should be a no-brainer, just replace showClickmenu by Clickmenu.show
(issue imported from #M10937)
Actions