Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: 9.0 change-base-workspace is infinite loop and times out - always?!! #3787

Closed
mhsdesign opened this issue May 18, 2024 · 1 comment · Fixed by neos/neos-development-collection#5184
Labels
9.0 Bug Label to mark the change as bugfix

Comments

@mhsdesign
Copy link
Member

In my tests changing the base workspace does not succeed:

image

(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 ...

$redirectNode = $documentNode;

Scenario 1:

  • create workspace
  • 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

  1. [First Step]
  2. [Second Step]
  3. [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.

@grebaldi grebaldi added Bug Label to mark the change as bugfix 9.0 labels May 21, 2024
@ahaeslich
Copy link
Member

ahaeslich commented Jun 28, 2024

I just ran into the same issue. After switching to a base workspace other than live I can't change it to any other workspace.

Didn't change or publish anything btw. Just wanted to switch back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.0 Bug Label to mark the change as bugfix
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants