-
Notifications
You must be signed in to change notification settings - Fork 75
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
Deleting a task doesn't clean up references to the deleted task key #7011
Comments
Branching single answer questions that link to the deleted task are not cleaned up either. |
Linking the culprit function too: Panoptes-Front-End/app/pages/lab/workflow.jsx Lines 797 to 814 in 44da424
|
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Deleting a task should delete all references to its task key, within that workflow.
Current behavior
task.next
isn't cleaned up after deleting a task, leading to workflow tasks wheretask.next
points to a deleted task key.Steps to replicate
T1.next
is still set to 'T2'.Additional information
The text was updated successfully, but these errors were encountered: