Actions
Bug #24720
closedBackwards compatibility broken and JS errors when editing files in file list module
Start date:
2011-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The click menu in the file list module produces the error that top.nav is undefined or has no method refresh (depending on whether or not the page tree is loaded already). The problem is that in the old days top.nav contained a reference to the current navigation script (page tree, folder tree, whatever) now it contains only a reference to the page tree. The click menu is trying to update the folder tree and fails.
Solution:
Let top.nav again contain a reference to the current navigation component.
How to test:
Use the click menu in the file list module to edit a file and notice that the folder list is indeed updated.
(issue imported from #M17208)
Files
Actions