mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 00:17:54 +02:00
UPDATED: Finished moving Message-Id field from <Ticket> to <FollowUp> model.
This commit is contained in:
@ -346,6 +346,7 @@ def subscribe_to_ticket_updates(ticket, user=None, email=''):
|
||||
except ValidationError:
|
||||
email = ''
|
||||
|
||||
|
||||
ticketcc = TicketCC()
|
||||
ticketcc.ticket = ticket
|
||||
ticketcc.user = user
|
||||
|
Reference in New Issue
Block a user