summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-05-31 16:15:45 -0700
committerMark Wells <mark@freeside.biz>2016-05-31 16:16:50 -0700
commit9324c0938ae5422f0836c56b59dee1b12c8526a7 (patch)
treebb864f84891463c238bb2896c98f60af938f44a3
parentbf09b9e785d014be69e06d001769e118e485a04d (diff)
replace "open inactive" action with just "open", #71078
-rw-r--r--rt/etc/initialdata11
1 files changed, 4 insertions, 7 deletions
diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 931b318f2..825e6506f 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -106,9 +106,6 @@
{ Name => 'Open Tickets', # loc
Description => 'Open tickets on correspondence', # loc
ExecModule => 'AutoOpen' },
- { Name => 'Open Inactive Tickets', # loc
- Description => 'Open inactive tickets', # loc
- ExecModule => 'AutoOpenInactive' },
{ Name => 'Extract Subject Tag', # loc
Description => 'Extract tags from a Transaction\'s subject and add them to the Ticket\'s subject.', # loc
ExecModule => 'ExtractSubjectTag' },
@@ -801,9 +798,9 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
# ScripCondition => 'On Correspond',
# ScripAction => 'Notify Requestors And Ccs',
# Template => 'Correspondence in HTML' },
- { Description => 'On Correspond Open Inactive Tickets',
+ { Description => 'On Correspond Open Tickets',
ScripCondition => 'On Correspond',
- ScripAction => 'Open Inactive Tickets',
+ ScripAction => 'Open Tickets',
Template => 'Blank' },
{ Description => 'On Create Autoreply To Requestors',
ScripCondition => 'On Create',
@@ -950,8 +947,8 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
# RT 4.2
# superseded by "notify owner and adminccs"
'notify adminccs' => { 'admin correspondence' => 1 },
- # superseded by "open inactive tickets"
- 'open tickets' => { 'blank' => 1 },
+ # the new way, but doesn't work right vs. "open tickets"
+ 'open inactive tickets' => { 'blank' => 1 },
},
'on create' => {
# RT 4.2