Bug #66449
closedAccessing backend module without selected page in pagetree
100%
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.
Updated by Riccardo De Contardi over 9 years ago
I've done a test with both 6.2.14 and 7 (latest master)
as far as I can see, following the procedure:
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
I obtain an exception only in 2 cases:
1) VIEW
2) WORKSPACES
the exception is:
Oops, an error occurred! You don't have access to this page
Updated by Thorsten Kahler over 9 years ago
Suggested solution (like in #37611): select parent page via JS when current page is deleted.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review almost 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44923
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47114
Updated by Michael Oehlhof over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc3087bfc605642e4103711179ef028aba2a3d7c.