TASK: New 9.1 Drag and drop: Let server feedback determine node removal from the dom - #4103
Draft
mhsdesign wants to merge 1 commit into
Draft
Conversation
…al from the dom With the 9.0 fix neos#4018 we can adjust Neos 9.1 where we currently get the inline drag and drop to function by removing the dom node manually. This is no longer necessary and saves us the todo to actually verify that the server can move the node
Member
|
As I said in #4018 we have to verify that the feedback is handled fast enough in real environments, to prevent having the node twice for a while. |
Sebobo
self-requested a review
April 1, 2026 08:22
mhsdesign
marked this pull request as draft
April 15, 2026 19:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the 9.0 fix #4018 we can adjust Neos 9.1 where we currently get the inline drag and drop to function by removing the dom node manually. This is no longer necessary and saves us the todo to actually verify that the server can move the node
How to reproduce: Implement a command hook or ACL which the Neos Ui is unaware of.
What I did
How I did it
How to verify it