mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-03 16:35:50 +02:00
Remove comma in staff.py to address #988
This commit is contained in:
parent
09494e961e
commit
3695cfa19d
@ -851,7 +851,7 @@ def mass_update(request):
|
|||||||
'ticket_cc': ('closed_cc', context),
|
'ticket_cc': ('closed_cc', context),
|
||||||
}
|
}
|
||||||
if t.assigned_to and t.assigned_to.usersettings_helpdesk.email_on_ticket_change:
|
if t.assigned_to and t.assigned_to.usersettings_helpdesk.email_on_ticket_change:
|
||||||
roles['assigned_to'] = ('closed_owner', context),
|
roles['assigned_to'] = ('closed_owner', context)
|
||||||
|
|
||||||
messages_sent_to.update(t.send(
|
messages_sent_to.update(t.send(
|
||||||
roles,
|
roles,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user