minor fix

This commit is contained in:
Sokurov Idar 2021-03-14 17:26:41 +03:00
parent a430ee871d
commit 0cc788c039

View File

@ -152,6 +152,7 @@ def make_light_agent(user_profile: UserProfile, who_changes: User) -> UserProfil
ticket_id=ticket.id,
status=UnassignedTicketStatus.UNASSIGNED
)
ticket.assignee = None
ticket.group = ZendeskAdmin().get_group(ZENDESK_GROUPS['buffer'])
ZendeskAdmin().admin.tickets.update(ticket)