This commit is contained in:
SBD
2023-11-24 16:08:09 +03:00
parent 239b6a0da1
commit 77de950af8
8 changed files with 438 additions and 314 deletions

View File

@@ -402,7 +402,9 @@ def support_show_chat_by_ticket_ajax(request):
'ticket': ticket,
'messages': msgs,
'cur_receiver': cur_receiver,
'new_msg_allow': new_msg_allow
'new_msg_allow': new_msg_allow,
'staff': request.user.is_staff,
'mobile': data['mobile']
}
Dict.update(get_ticketsDict_for_staff(request.user))