-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
9.0 BUG: Neos backend throws error on discarding newly created document node #4024
Comments
This seems to be UI related... if the creation of the document you're currently on is discarded, there is no redirect feedback being sent I see two solutions here:
wdyt? |
By WHERE you think of the parent node(s)? Wouldn't we need to check which is the next parent that is not included in the discard process? And can the UI provide this context information? |
I think I have some idea what's happening here :) Will provide a PR soon. |
Works for me today, closing as it seems to be solved with the mentioned PRs |
Is there an existing issue for this?
Current Behavior
If I create a new document node and immediately discard the change, the following error is thrown:
On the other hand: discarding changes relating to a published document node leads to no error.
Expected Behavior
As a user, I would like to be able to discard document nodes without publishing them first.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: