diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-02-24 10:50:51 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-02-24 10:50:51 -0800 |
commit | eceba4d10e5dd1b36a2446831d93c226042955a6 (patch) | |
tree | a87dc87dfb462ed8136c41dcb820eaea667edbe1 | |
parent | 9f845218894ad8cf48c5cfe8fb4fb492e174c0f2 (diff) |
fix our customized initial scrips, RT#74795
-rw-r--r-- | rt/etc/initialdata | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 825e6506f..61e635771 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -798,6 +798,11 @@ Hour: { $SubscriptionObj->SubValue('Hour') } # ScripCondition => 'On Correspond', # ScripAction => 'Notify Requestors And Ccs', # Template => 'Correspondence in HTML' }, + { Description => 'On Correspond Notify Requestors, Ccs, and Other Recipients', + ScripCondition => 'On Correspond', + ScripAction => 'Notify Requestors, Ccs, and Other Recipients', + Template => 'Correspondence', }, + { Description => 'On Correspond Open Tickets', ScripCondition => 'On Correspond', ScripAction => 'Open Tickets', @@ -838,6 +843,10 @@ Hour: { $SubscriptionObj->SubValue('Hour') } ScripCondition => 'On Forward Ticket', ScripAction => 'Send Forward', Template => 'Forward Ticket' }, + { Description => 'On Correspond, cancel future resolve', + ScripCondition => 'On Correspond', + ScripAction => 'Cancel Scheduled Resolve', + Template => 'Blank' }, ); @ACL = ( |