From: Mark Wells Date: Sat, 28 May 2016 00:51:46 +0000 (-0700) Subject: on 4.x upgrade, replace notification scrips with their HTML versions instead of creat... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=655e7c5924ae2f24e7d0739efd311b9e018eceaa on 4.x upgrade, replace notification scrips with their HTML versions instead of creating redundant scrips, #71021 --- 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 -*-