0.3.17
support chat v3
This commit is contained in:
@@ -114,6 +114,8 @@ def update_chat(data):
|
||||
msgs = get_messages_for_ticket(ticket)
|
||||
context_Dict.update({'ticket': ticket})
|
||||
res_Dict.update({'ticket': ticket})
|
||||
if ticket.manager:
|
||||
res_Dict.update({'new_msg_allow': True})
|
||||
|
||||
context_Dict.update({'messages': msgs})
|
||||
chat_html = render_to_string(tpl_name, context_Dict)
|
||||
|
||||
Reference in New Issue
Block a user