Actions
Bug #33544
closedUnable to find a moved page in a workspace until the page is published with the filter tree tool.
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
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
The problem seem coming from the file:
t3lib/class.t3lib_befunc.php
if ((int)$state===4) {
// TODO: Same problem as frontend in versionOL(). See TODO point there.
$row = FALSE;
return;
}
$row return FALSE. Then an error occur when i looking for moved page in a workspace.
Immediately after publishing the page i find my page with the filter tree tool.
Actions