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);]
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
7 LTS) - Is Regression set to No
Updated by Benni Mack over 5 years ago
- Status changed from New to Closed
This is fixed since a few years! Yay!
Actions