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
create new subpage in workspace and publish and highlight it
change workspace to live again
-> fails currently
But 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
-> fails currently
Description
[Description of the bug or feature]
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Expected behavior
[What you expected to happen]
Actual behavior
[What actually happened]
Affected Versions
Neos:
UI:
You can get this information by running composer show or using the package management module within Neos.
The UI version can also be found inside the left sidebar after version 1.0.3.
The text was updated successfully, but these errors were encountered:
In my tests changing the base workspace does not succeed:
(at least im not able to switch back to live)
This might be because the code that is bugged in 8.3 #3734 doesnt work in 9.0 either.
(at least in the code there is a
while true
...neos-ui/Classes/Controller/BackendServiceController.php
Line 469 in 28fb9c5
Scenario 1:
-> fails currently
But scenario 2
-> fails currently
Description
[Description of the bug or feature]
Steps to Reproduce
Expected behavior
[What you expected to happen]
Actual behavior
[What actually happened]
Affected Versions
Neos:
UI:
You can get this information by running
composer show
or using the package management module within Neos.The UI version can also be found inside the left sidebar after version 1.0.3.
The text was updated successfully, but these errors were encountered: