Commit d8b4df64 by Eric Fischer Committed by GitHub

Merge pull request #994 from edx/efischer/ora_grades

no signal on reset
parents 60145925 cb9d51b3
...@@ -438,7 +438,8 @@ class AssessmentWorkflow(TimeStampedModel, StatusModel): ...@@ -438,7 +438,8 @@ class AssessmentWorkflow(TimeStampedModel, StatusModel):
sub_api.reset_score( sub_api.reset_score(
sub_dict['student_item']['student_id'], sub_dict['student_item']['student_id'],
self.course_id, self.course_id,
self.item_id self.item_id,
emit_signal=False
) )
sub_api.set_score( sub_api.set_score(
self.submission_uuid, self.submission_uuid,
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12 git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12
# edx-submissions # edx-submissions
git+https://github.com/edx/edx-submissions.git@1.1.6#egg=edx-submissions==1.1.6 git+https://github.com/edx/edx-submissions.git@1.2.0#egg=edx-submissions==1.2.0
# Third Party Requirements # Third Party Requirements
boto>=2.32.1,<3.0.0 boto>=2.32.1,<3.0.0
......
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