-
Notifications
You must be signed in to change notification settings - Fork 144
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
Graph Nodes inexplicably re-ordered on refresh #11651
Comments
Picking this one up because it's making harder to test a feature involving node sort order. |
Hey @whatisgalen after looking again more closely, I can't reproduce what you show in the video. I can only reproduce a problem if trying to reorder nodes on a published graph, and on 7.6 only. (The API response does not have the correct node orders, so I can at least fix that, will update PR.) On 7.6 we could consider showing an error message if you attempt a reorder on a published graph, but it was too tricky for me to pull off in knockout. |
@jacobtylerwalls This was on 7.6, I believe it was a brand new, unpublished graph (until I publish as seen in the video). |
Right, I couldn't reproduce with those steps. |
Super weird, I am also no longer able to reproduce. Hmmm... |
I am still running into this in 7.6. I'll see if I can reproduce. For me it's when I export the resource model JSON file and reload using |
Some new ordering is put in place when you refresh a graph in the graph designer (which is pretty annoying after you've ordered them alphabetically), see screen recording:
Screen.Recording.2024-11-24.at.11.59.55.PM.mov
seen on dev/7.6.x
The text was updated successfully, but these errors were encountered: