X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Finitialdata;h=e360c5daf77a1654e6dad8f0d3c2e46b213095b9;hb=746f4a81b7cc2073a06675a08e930d9f2d76cbb0;hp=62b35ace2a9e4ecba09774a8d6e5cfccafcdcbc4;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d;p=freeside.git diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 62b35ace2..e360c5daf 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -307,7 +307,7 @@ This is a comment. It is not sent to the Requestor(s): Queue => '0', Name => 'Resolved', # loc Description => 'Ticket Resolved', # loc - Content => 'Subject: Ticket Resolved + Content => 'Subject: Resolved: {$Ticket->Subject} According to our records, your request has been resolved. If you have any further questions or concerns, please respond to this message. @@ -551,7 +551,7 @@ while (my $link = $links->Next) { require RT::Action::Notify; bless($self, 'RT::Action::Notify'); $self->{Argument} = 'Requestor'; $self->Prepare; -return $passed; +return 0; # ignore $passed; # ------------------------------------------------------------------- # ], CustomCommitCode => '"never needed"',