Actions
Bug #37209
closedWorkspace preview shows pages changes from all workspaces
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2012-05-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
When working with more than one workspace (besides LIVE) the preview shows changes in the table pages
from all workspaces.
This can be solved by enhancing the condition in t3lib_pageSelect::init()
to select only pages from current workspace and workspace 0 (LIVE).
Actions