Add message threads #394
This new view sorts the messages by threads based on the reply_to. Now we store only the message which started a new thread in the reply_to field to avoid recursive queries.
This commit is contained in:
parent
d56828fa4d
commit
8ac1471a89
12 changed files with 180 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ en:
|
|||
create:
|
||||
notice: Message is saved and will be sent.
|
||||
index:
|
||||
message_threads: View as threads
|
||||
new: New message
|
||||
title: Messages
|
||||
messages:
|
||||
|
|
@ -74,6 +75,14 @@ en:
|
|||
sent_on: ! 'Sent:'
|
||||
subject: ! 'Subject:'
|
||||
title: Show message
|
||||
message_threads:
|
||||
index:
|
||||
messages: View as messages
|
||||
new: New message
|
||||
title: Message threads
|
||||
show:
|
||||
all_message_threads: All message threads
|
||||
reply: Reply
|
||||
messages_mailer:
|
||||
foodsoft_message:
|
||||
footer: ! 'Reply: %{reply_url}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue