You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If current document node doesn't exist in the base workspace,
// traverse its parents to find the one that exists
// todo ensure that https://github.com/neos/neos-ui/pull/3734 doesnt need to be refixed in Neos 9.0
$redirectNode = $documentNode;
while (true) {
Both scenariao should pass at the end.
Scenario 1:
create workspace
create new subpage in workspace and publish and highlight it
change workspace to live again
Scenario 2:
create workspace
create new subpage in workspace
create new subsubpage in workspace
publish and highlight the new subsubpage
change workspace to live again
The text was updated successfully, but these errors were encountered:
The pr #3734 fixed the behaviour in Neos 8.3 but the code was not upmergeable.
The current 9.0 implementation throws many phpstan errors and is probably doomed in some way and must be refactored.
neos-ui/Classes/Controller/BackendServiceController.php
Lines 476 to 480 in 7169667
Both scenariao should pass at the end.
Scenario 1:
create workspace
create new subpage in workspace and publish and highlight it
change workspace to live again
Scenario 2:
create workspace
create new subpage in workspace
create new subsubpage in workspace
publish and highlight the new subsubpage
change workspace to live again
The text was updated successfully, but these errors were encountered: