Actions
Bug #24688
closedPagetree cannot be initialized with a specific page ID
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In the backend live search, when someone clicks on a record we would like to select its page in the pagetree so that the editor has a clear picture of where they are. Currently, this does not work for the first load of the tree, but does work after the pagetree is loaded. The following JavaScript has been used for testing...
top.fsMod.recentIds['web'] = ###PID###
top.TYPO3.ModuleMenu.App.showModule('web_list');
top.TYPO3.Backend.NavigationContainer.PageTree.refresh();
(issue imported from #M17172)
Actions