Index: t3lib/js/extjs/components/pagetree/javascript/actions.js =================================================================== --- t3lib/js/extjs/components/pagetree/javascript/actions.js (revision 10095) +++ t3lib/js/extjs/components/pagetree/javascript/actions.js (revision ) @@ -664,6 +664,8 @@ 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 );