summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.1.15/content
blob: 3e1f1d55a82387398854679fef6a0251a246c4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
use strict;
use warnings;

our @ScripActions = (
    { Name        => 'Notify Owner and AdminCcs',                         # loc
      Description => 'Sends mail to the Owner and administrative Ccs',    # loc
      ExecModule  => 'Notify',
      Argument    => 'Owner,AdminCc' },
);

our @Templates = (
    # Shadow the global templates of the same name to suppress duplicate
    # notifications until rules is ripped out.
    { Queue     => "___Approvals",
      Name      => "Transaction in HTML",
      Content   => "",
    },
    { Queue     => "___Approvals",
      Name      => "Transaction",
      Content   => "",
    },
);