summaryrefslogtreecommitdiff
path: root/rt/etc/initialdata
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/initialdata')
-rw-r--r--rt/etc/initialdata12
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 -*-