Bug #20326
closedtemplate.php::wrapClickMenuOnIcon() uses depreciated JS Function from clickmenu.js
100%
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)
Updated by Francois Suter over 11 years ago
- Category set to Code Cleanup
- Status changed from New to Accepted
- Assignee set to Francois Suter
- Target version changed from 0 to 6.1.0
- TYPO3 Version changed from 4.3 to 6.1
- PHP Version changed from 5.2 to 5.3
- Complexity set to easy
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20174
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20174
Updated by Alexander Opitz over 11 years ago
- Target version changed from 6.1.0 to 6.2.0
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20174
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20174
Updated by Francois Suter over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8423f73ae1ead91f55270877663b06719fb26995.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed