diff options
author | Mark Wells <mark@freeside.biz> | 2016-05-27 17:51:46 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-05-27 17:52:09 -0700 |
commit | 287cb198ed68b84e9212c8969da3e7edf681e61f (patch) | |
tree | d9dabe5023444aaebab6c7279f78eed303b5adac | |
parent | eacaca9fcacaf72e689b127a2fe33199af8ebbf6 (diff) |
on 4.x upgrade, replace notification scrips with their HTML versions instead of creating redundant scrips, #71021
-rw-r--r-- | rt/etc/initialdata | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 96255b5ed..931b318f2 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -947,7 +947,17 @@ Hour: { $SubscriptionObj->SubValue('Hour') } 'on correspond' => { 'notify requestors and ccs' => { 'correspondence' => 1 }, 'notify other recipients' => { 'correspondence' => 1 }, - } + # RT 4.2 + # superseded by "notify owner and adminccs" + 'notify adminccs' => { 'admin correspondence' => 1 }, + # superseded by "open inactive tickets" + 'open tickets' => { 'blank' => 1 }, + }, + 'on create' => { + # RT 4.2 + # superseded by "notify owner and adminccs" + 'notify adminccs' => { 'transaction' => 1 }, + }, ); # -*- perl -*- |