on 4.x upgrade, replace notification scrips with their HTML versions instead of creat...
authorMark Wells <mark@freeside.biz>
Sat, 28 May 2016 00:51:46 +0000 (17:51 -0700)
committerMark Wells <mark@freeside.biz>
Sat, 28 May 2016 00:51:46 +0000 (17:51 -0700)
rt/etc/initialdata

index 96255b5..931b318 100644 (file)
@@ -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 -*-