mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01: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),
|
||||
}
|
||||
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(
|
||||
roles,
|
||||
|
Loading…
Reference in New Issue
Block a user