Actions
Bug #66449
closedAccessing backend module without selected page in pagetree
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello,
There is an issue with backend module loading after deleting a page.
Typo3 throws an error:
*#1289917924*: You don't have access to this page RuntimeException thrown in file /path/to/typo3/sysext/extbase/Classes/Core/ModuleRunner.php in line 50.
When you delete a page with drag & drop, no page is selected after the operation. Next try to select a backend module before manually selecting a page from the page-tree this produces the mentioned error.
Steps to reproduce:
1. Log in to the backend
2. Create a new page in the page-tree
3. Remove that page with drag & drop to the bottom of the page-tree
4. Do NOT select any page.
5. Select any backend module (web, workspaces)
6. We have an exception.
I would suggest to make the following - if you delete the page with drag & drop, the page-tree should be focused on the closest parent of the deleted page.
Actions