mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-09 15:04:59 +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