Skip to content

Commit

Permalink
fix: signaturit sends a new undocumented state
Browse files Browse the repository at this point in the history
Hans... get ze flammenwerfer
  • Loading branch information
lcbautista committed Mar 22, 2024
1 parent 77f2769 commit 2efb6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poweremail_signaturit/poweremail_mailbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def _get_certificat_states(self, cursor, uid, context=None):
('email_delivered', _(u"Email enviat")),
('email_opened', _(u"Email obert per el receptor")),
('email_bounced', _(u"No s'ha pogut enviar el email")),
('bounce', _(u"No s'ha pogut enviar el email")),
('certification_completed', 'certification_completed'), # Posem el mateix fins que a la documentació hi hagi alguna cosa
('email_deferred', _(u"No s'ha pogut enviar el email, es fara un reintent")),
('documents_opened', _(u"Vista previa dels documents del email oberta")),
Expand Down

0 comments on commit 2efb6d5

Please sign in to comment.