Bug #86186
closedNo pseudo-site found in root line for workspaces
100%
Description
When editing a new created page in workspace, editing is not possible - throws error No pseudo-site found in root line of page [n]
Reproduce:
- enable workspaces and create one for draft
- switch to draft workspace
- create new page in rootline, outside of any existing page tree or site configuration
- edit this newly created page (context menu in pagetree or any other edit button in list view)
Expect:
- Frame with form for page properties will open to start editing
Result:
- Error No pseudo-site found in root line of page returned
Files
Updated by Joerg Kummer about 6 years ago
- Related to Bug #85985: Error: No pseudo-site found in root line of page 3 added
Updated by Susanne Moog about 6 years ago
- Status changed from New to Accepted
Background:
PseudoSiteFinder queries in \TYPO3\CMS\Core\Site\PseudoSiteFinder::getAllRootPagesWithoutSiteConfiguration for all pages with is_siteroot and pid 0 - pid 0 in this case filters the first draft version of the record in workspace (as that has pid -1) and the used FrontendWorkspaceRestriction then filters the NEW PLACEHOLDER (which has pid 0). Maybe this can be fixed by including the placeholders, but I'm unsure of possible side effects.
Updated by Susanne Moog about 6 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Benni Mack about 6 years ago
- Target version changed from 9 LTS to next-patchlevel
Updated by Gerrit Code Review about 6 years ago
- Status changed from Accepted 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/58898
Updated by Gerrit Code Review about 6 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/58898
Updated by Steffen Dietrich about 6 years ago
I tried to come up with a solution and it's working so far....but I m not sure if it's the best way for solving this problem.
https://review.typo3.org/#/c/58898/
Updated by Riccardo De Contardi about 6 years ago
- Related to Bug #86678: Exception when using workspaces and using a site configuration added
Updated by Gerrit Code Review almost 6 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/58898
Updated by Gerrit Code Review almost 6 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/59229
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59453
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3c170461fe0d30898487b98848271993692e31e.
Updated by Philipp Seiler over 5 years ago
- Related to Bug #88586: No pseudo-site found in root line for workspaces added