Skip to content

Commit

Permalink
saved updated case
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflowmert committed Aug 13, 2024
1 parent c522590 commit de4ba23
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def caseCreateFeedbackController(request, id, **kwargs):
responseSerializer = CaseCreateFeedbackCreateResponseSerializer(newCaseCreateFeedback)

case.IsFeedbackNeeded = False

case.save()

return Response(
{"success": True, "data": responseSerializer.data},
status=status.HTTP_201_CREATED,
Expand Down

0 comments on commit de4ba23

Please sign in to comment.