We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 should delete all references to its task key, within that workflow.
task.next isn't cleaned up after deleting a task, leading to workflow tasks where task.next points to a deleted task key.
task.next
T1.next
The text was updated successfully, but these errors were encountered:
Branching single answer questions that link to the deleted task are not cleaned up either.
Sorry, something went wrong.
Linking the culprit function too:
Panoptes-Front-End/app/pages/lab/workflow.jsx
Lines 797 to 814 in 44da424
Successfully merging a pull request may close this issue.
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: