Actions
Bug #33533
closedmenu in frontend shows (moved) pages from LIVE if you preview a workspace
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2012-01-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
menu in frontend shows (moved) pages from LIVE if you preview a workspace
- LIVE-workspace: create a page and move it into a subpage
- change workspace to DRAFT
- preview DRAFT in browser: the menu still shows the page at the original place
LIVE before moving & preview of DRAFT after moving:
+ page 1
+ page 2
+ page 3
+ page new
+ page 4
LIVE after moving:
+ page 1
+ page 2
| + page new
+ page 3
+ page 4
[it seems that it works if i set $unsetMovePointers true in typo3/sysext/cms/tslib/class.tslib_menu.php > $GLOBALS['TSFE']>sys_page->versionOL('pages',$row,true);]
Actions