mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 12:24:40 +02:00
UPDATED: Set "submitter_email_id" as the standard to reference the Message-Id email field.
This commit is contained in:
@@ -447,8 +447,8 @@ class Ticket(models.Model):
|
||||
self.rfc_2822_items[field] = value
|
||||
|
||||
# Submitter Message-Id is an exception here, since it's a <Ticket> attribute
|
||||
if 'rfc_2822_message_id' in kwargs:
|
||||
kwargs['submitter_message_id'] = value
|
||||
if 'rfc_2822_submitter_email_id' in kwargs:
|
||||
kwargs['submitter_email_id'] = kwargs['rfc_2822_submitter_email_id']
|
||||
|
||||
for field in self.rfc_2822_items.iterkeys():
|
||||
kwargs.pop(field)
|
||||
|
Reference in New Issue
Block a user