mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-06 11:11:22 +01:00
Merge pull request #999 from afranjin/bugfix/#998-user-settings-model-filed-name-typo
bugfix/#998-user-settings-model-filed-name-typo
This commit is contained in:
commit
909b7a5533
@ -709,7 +709,7 @@ def update_ticket(request, ticket_id, public=False):
|
||||
|
||||
if ticket.assigned_to and (
|
||||
ticket.assigned_to.usersettings_helpdesk.email_on_ticket_change
|
||||
or (reassigned and ticket.assigned_to.usersettings_helpdesk.email_on_ticket_assigned)
|
||||
or (reassigned and ticket.assigned_to.usersettings_helpdesk.email_on_ticket_assign)
|
||||
):
|
||||
messages_sent_to.update(ticket.send(
|
||||
{'assigned_to': (template_staff, context)},
|
||||
|
Loading…
Reference in New Issue
Block a user