X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fetc%2Finitialdata;h=931b318f24494f8ef39d1ec193b534bbc043db38;hp=96255b5edae8310e58d7a06a95c78a0a6e34a059;hb=655e7c5924ae2f24e7d0739efd311b9e018eceaa;hpb=5636b1ec4d5acc194b1fd680e4d5301d7ef991db 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 -*-