-
Notifications
You must be signed in to change notification settings - Fork 65
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
Marking a workflow complete does not save a copy in the workflow archive #211
Comments
We're currently experiencing this issue in master, and the #213 fix doesn't seem to be present there: https://github.com/coral-erm/coral/blob/master/resources/admin/classes/domain/ResourceAcquisition.php#L116 It looks like the fix may have gotten dropped somehow when the Workflow functionality was shifted from Resource to ResourceAcquisition: 801c751#diff-ff7cebafbff0c74330b18b40bb00d094R116 I can open a new PR restoring fix if someone can confirm that it's needed and that I'm not misreading this. |
As of today, I can see the fix in master. |
Are you sure? I don't see it: I'm expecting to see lines 2004 to 2008 from this PR: I don't see isCurrentWorkflowComplete() checking for Resource completion anymore in master. Is the check for Resource completion no longer necessary or moved somewhere else? |
You're right, my bad. The commit containing the fix is in master, but the fix itself seems to have been lost when the code was moved from Resource to ResourceAcquisition. This is a bug. |
Ok. I'll open a PR restoring the fix today. |
In testing the workflow archive I noticed that when marking a workflow complete, instead of marking individual steps in the workflow as complete, that the workflow did not show up listed in the archive.
The text was updated successfully, but these errors were encountered: