Skip to content
Snippets Groups Projects
Commit 17977a8b authored by Steffen Kamper's avatar Steffen Kamper
Browse files

Follow-up to #17073: Final Integration of the pagetree - save id with single...

Follow-up to #17073: Final Integration of the pagetree - save id with single click (Thanks to Stefan Galinski)

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10184 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 599646bd
No related merge requests found
......@@ -38,6 +38,7 @@
 
2011-01-20 Steffen Kamper <steffen@typo3.org>
 
* Follow-up to #17073: Final Integration of the pagetree - save id with single click (Thanks to Stefan Galinski)
* Fixed bug #17133: Pagetree - qtip can be used to execute custom javascript (XSS) (Thanks to Stefan Galinski)
* Follow-up to #17153: Protect C(R)UD actions against CSRF - Add token to ExtDirect calls (Thanks to Stefan Galinski)
* Fixed bug #17178: Rename extension "list" to "recordlist"
......
......@@ -664,6 +664,8 @@ TYPO3.Components.PageTree.Actions = {
tree.stateHash.lastSelectedNode = node.id;
}
fsMod.recentIds['web'] = node.attributes.nodeData.id;
TYPO3.Backend.ContentContainer.setUrl(
TS.PATH_typo3 + currentSubScript + separator + 'id=' + node.attributes.nodeData.id
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment