Remove comma in staff.py to address #988

This commit is contained in:
Garret Wassermann 2022-01-04 11:47:31 -05:00 committed by GitHub
parent 09494e961e
commit 3695cfa19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,