.
This commit is contained in:
+1
-1
@@ -1379,7 +1379,7 @@ def delete_cid_answers(request, exam_id, cid):
|
||||
|
||||
cid_user_answers = CidReportAnswer.objects.filter(question__in=case_details, cid=cid)
|
||||
|
||||
return JsonResponse(cid_user_answers)
|
||||
return JsonResponse(cid_user_answers, safe=False)
|
||||
|
||||
# TODO: this needs a major cleanup
|
||||
@user_is_collection_author_or_atlas_editor
|
||||
|
||||
Reference in New Issue
Block a user