Actions
Bug #38705
closedBug #46389: Faulty Workspace Placeholders
tslib_menu::makeMenu - Move placeholder are displayed in navigation during WS preview
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-07-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Live WS
Initial page tree situation:
+---[1] First +---[2] Second +---[3] Third
Displayed navigation in frontend
First | Second | Third
Custom created WS
Create a new page "[4] Fourth" and move the page "[3] Third" as seen below:
+---[1] First +---[4] Fourth ¦ +---[3] Third +---[2] Second
If you now open the WS preview you will notice that the navigation shows something like:
First | Fourth | Second | Third
Comment
I would expect that the move placeholder of page "[3] Third" is not visible in the first navigation level any more.
Quick navigation snipp to reproduce:
navigation = COA
navigation {
10 = HMENU
10 {
entryLevel = 0
special = directory
special.value = __YOUR_ENTRY_POINT__
1 = TMENU
1 {
NO {
}
}
}
}
Actions