This commit was manufactured by cvs2svn to create branch
[freeside.git] / rt / etc / upgrade / 3.1.17 / content
1 @ScripActions = (
2     { Name        => 'Notify Ccs as Comment',              # loc
3       Description => 'Sends mail to the Ccs as a comment', # loc
4       ExecModule  => 'NotifyAsComment',
5       Argument    => 'Cc' },
6     { Name        => 'Notify Ccs',                                   # loc
7       Description => 'Sends mail to the Ccs',                        # loc
8       ExecModule  => 'Notify',
9       Argument    => 'Cc' },
10 );
11
12
13 @ScripConditions = (
14     {
15       Name                 => 'On Priority Change',                       # loc
16       Description          => 'Whenever a ticket\'s priority changes',    # loc
17       ApplicableTransTypes => 'Set',
18       ExecModule           => 'PriorityChange',
19     },
20 );
21
22 1;