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

Task Updating on workflow page mistakenly reorders tasks #636

Closed
jluethi opened this issue Nov 7, 2024 · 0 comments · Fixed by #637
Closed

Task Updating on workflow page mistakenly reorders tasks #636

jluethi opened this issue Nov 7, 2024 · 0 comments · Fixed by #637
Labels
bug Something isn't working

Comments

@jluethi
Copy link
Collaborator

jluethi commented Nov 7, 2024

The new way of updating tasks to a new version on the workflow page leads to them being reordered. Any task that is updated is moved to the end of the workflow sequence. I guess that's a side-effect of changing reordering logic & switching away from index-based inserts.

Tested on fractal-server 2.7.0, fractal-web 1.9.0-a4

It's a pretty bad bug though, because it breaks workflows in confusing ways after updates. Let's prioritize finding a good fix to go back to the old behavior (update a task => its position in the workflow sequence doesn't change).

Before:
Screenshot 2024-11-07 at 06 08 14

After:
Screenshot 2024-11-07 at 06 08 28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants