Project

General

Profile

Actions

Bug #20326

closed

template.php::wrapClickMenuOnIcon() uses depreciated JS Function from clickmenu.js

Added by Steffen Ritter about 15 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Code Cleanup
Target version:
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

Also available in: Atom PDF