Skip to content

Commit

Permalink
fix(minor): allow SLA update without permission check
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta committed Jan 18, 2022
1 parent b578dc9 commit fcf12c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def on_communication_update(doc, status):
update_response_and_resolution_metrics(parent, for_resolution)
update_agreement_status(parent, for_resolution)

parent.save()
parent.save(ignore_permissions=True)


def reset_expected_response_and_resolution(doc):
Expand Down

0 comments on commit fcf12c4

Please sign in to comment.