Actions
Bug #19106
closedReloading page tree from click menu doesn't work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-07-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I tried to reload the page tree from my own click menu item. I tried to use the t3lib_BEfunc::getSetUpdateSignal('updatePageTree') function to do that. Unfortunately this doesn't work. I furthermore tried to set header location which doesn't work either.
Until TYPO3 4.1 this code worked to reload the tree:
$GLOBALS['SOBE']->content .= '
<reloadcode >top.content.nav_frame.location.href = "alt_db_navframe.php";</reloadcode>';
This doesn't work in 4.2.0 and 4.2.1. As I read in the documentation in the code, I should use getSetUpdateSignal to reload the tree, but obviously this doesn't work for me.
(issue imported from #M8969)
Actions