mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 08:05:13 +02:00
Merge custom staff filter, PR #239
This commit is contained in:
@ -312,6 +312,7 @@ def process_attachments(followup, attached_files):
|
||||
attachments = []
|
||||
|
||||
for attached in attached_files:
|
||||
|
||||
if attached.size:
|
||||
filename = smart_text(attached.name)
|
||||
att = Attachment(
|
||||
|
Reference in New Issue
Block a user