Actions
Bug #15195
closedEmpty page tree after delete temporary mount.
Start date:
2005-11-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This happened all time when you want to delete current temporary page in temporary mount mode. See picture in attache,
What to do?
I fixed it in alt_db_navframe.php in
function init ()
after
// Temporary DB mounts:
$this->initializeTemporaryLocationsMount();
i write:
if ( !t3lib_BEfunc::readPageAccess(
$this->active_tempMountPoint,
$BE_USER->getPagePermsClause(1)) )
{
$this->settingTemporaryMountPoint(0);
}
(issue imported from #M1827)
Files
Actions