Fixed not always shown "reply all" feature.
This commit is contained in:
parent
44a0eed6d8
commit
d38d062d1d
2 changed files with 6 additions and 2 deletions
|
@ -83,6 +83,10 @@ class App.TicketZoomArticleActions extends App.Controller
|
|||
if localRecipients
|
||||
recipients = recipients.concat localRecipients
|
||||
else
|
||||
if article.to
|
||||
localRecipients = emailAddresses.parseAddressList(article.to)
|
||||
if localRecipients
|
||||
recipients = recipients.concat localRecipients
|
||||
if article.from
|
||||
localRecipients = emailAddresses.parseAddressList(article.from)
|
||||
if localRecipients
|
||||
|
|
Loading…
Reference in a new issue