Skip to content
Snippets Groups Projects
Commit 9736198d authored by Dan Braghis's avatar Dan Braghis Committed by Todd Dembrey
Browse files

Only populate reviewers on create

parent 8737dd3b
No related branches found
No related tags found
No related merge requests found
...@@ -625,6 +625,7 @@ class ApplicationSubmission(WorkflowHelpers, BaseStreamForm, AbstractFormSubmiss ...@@ -625,6 +625,7 @@ class ApplicationSubmission(WorkflowHelpers, BaseStreamForm, AbstractFormSubmiss
self.form_data[field.id] = self.handle_files(file) self.form_data[field.id] = self.handle_files(file)
creating = not self.id creating = not self.id
if creating: if creating:
# We are creating the object default to first stage # We are creating the object default to first stage
self.workflow_name = self.get_from_parent('workflow_name') self.workflow_name = self.get_from_parent('workflow_name')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment