Commit 444c8175 by Andy Armstrong

Fix bad merge

parent 00da52cc
......@@ -110,6 +110,8 @@ class AssessmentWorkflow(TimeStampedModel, StatusModel):
new_list.extend(AssessmentWorkflow.ASSESSMENT_SCORE_PRIORITY)
AssessmentWorkflow.ASSESSMENT_SCORE_PRIORITY = new_list
@classmethod
@transaction.atomic
def start_workflow(cls, submission_uuid, step_names, on_init_params):
"""
Start a new workflow.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment