From: Jeff Segars Date: Thu, 20 Jan 2011 06:26:32 +0000 (+0000) Subject: Follow-up to #17073: Unset fsMod.recentIDs when opening module via JS jump() (Thanks... X-Git-Tag: TYPO3_4-5-0rc1~116 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/2f43a1dfc1b858db447b0feed17d794170e7abc0?hp=239b5efe9b4f9cd2c5da630a05de428008f4c3bd Follow-up to #17073: Unset fsMod.recentIDs when opening module via JS jump() (Thanks to Stefan Galinski) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10149 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/ChangeLog b/ChangeLog index a66d71824fbd..437f2de86ba6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-20 Jeff Segars + + * Follow-up to #17073: Unset fsMod.recentIDs when opening module via JS jump() (Thanks to Stefan Galinski) + 2011-01-19 Stanislas Rolland * Fixed bug #17156: htmlArea RTE: Disable Cell merge button in FF when less than two cells are selected diff --git a/typo3/js/backend.js b/typo3/js/backend.js index 73dc33bf6c88..5cac31a551fc 100644 --- a/typo3/js/backend.js +++ b/typo3/js/backend.js @@ -36,6 +36,7 @@ Ext.ns('TYPO3.configuration'); function jump(url, modName, mainModName) { // clear information about which entry in nav. tree that might have been highlighted. top.fsMod.navFrameHighlightedID = []; + top.fsMod.recentIds['web'] = -1; if (top.TYPO3.Backend.NavigationContainer.PageTree) { top.TYPO3.Backend.NavigationContainer.PageTree.refreshTree();