Project

General

Profile

Actions

Bug #15195

closed

Empty page tree after delete temporary mount.

Added by Konstantin about 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

mount_problem.gif (22.3 KB) mount_problem.gif Administrator Admin, 2005-11-10 15:39
Actions #1

Updated by Wolfgang Klinger over 18 years ago

fixed in CVS

Actions

Also available in: Atom PDF