Improved update notification.
This commit is contained in:
parent
a2e5adc4c7
commit
c3c36ab3a3
1 changed files with 4 additions and 3 deletions
|
@ -100,11 +100,12 @@ From: #{ticket.articles[-1].from}
|
||||||
{
|
{
|
||||||
:event => event,
|
:event => event,
|
||||||
:recipient => 'owner', # group|owner|to_work_on
|
:recipient => 'owner', # group|owner|to_work_on
|
||||||
:subject => 'Update (#{ticket.title})',
|
:subject => 'Updated (#{ticket.title})',
|
||||||
:body => 'Update (#{ticket.title}) in Group #{ticket.group.name}
|
:body => 'Hi #{recipient.firstname},
|
||||||
|
|
||||||
|
Updated (#{ticket.title}) in Group #{ticket.group.name}
|
||||||
|
|
||||||
From: #{ticket.articles[-1].from}
|
From: #{ticket.articles[-1].from}
|
||||||
|
|
||||||
<snip>
|
<snip>
|
||||||
#{ticket.articles[-1].body}
|
#{ticket.articles[-1].body}
|
||||||
</snip>
|
</snip>
|
||||||
|
|
Loading…
Reference in a new issue