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:51:46 -0700 |
commit | 655e7c5924ae2f24e7d0739efd311b9e018eceaa (patch) | |
tree | 7272b238928bf4be1901a6c3d0ffc581e2ae67e3 | |
parent | 5636b1ec4d5acc194b1fd680e4d5301d7ef991db (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 -*- |