[Rt-commit] r5121 - in rtir/branches/1.9-EXPERIMENTAL: etc
ruz at bestpractical.com
ruz at bestpractical.com
Wed Apr 26 19:45:10 EDT 2006
Author: ruz
Date: Wed Apr 26 19:45:10 2006
New Revision: 5121
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/etc/initialdata
Log:
r1385 at cubic-pc: cubic | 2006-04-27 02:14:01 +0400
* convert 'On Create Notify Requestors' to use RT default autoreply
scrip with overriden template.
Modified: rtir/branches/1.9-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/initialdata (original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/initialdata Wed Apr 26 19:45:10 2006
@@ -435,17 +435,6 @@
);
@Scrips = (
- { Description => 'NotifyOnLaunch',
- Queue => 'Investigations',
- ScripCondition => 'On Create',
- ScripAction => 'Notify Requestors',
- Template => 'LaunchMessage' },
- { Description => 'NotifyOnCreate',
- Queue => 'Blocks',
- ScripCondition => 'On Create',
- ScripAction => 'Notify Requestors',
- Template => 'NewMessage' },
-
{ Description => "DetectUserResponse",
Queue => [ 'Incident Reports', 'Investigations', 'Blocks' ],
ScripCondition => 'RTIR Customer Response',
@@ -596,7 +585,7 @@
@Templates = (
{ Queue => 'Blocks',
- Name => 'NewMessage',
+ Name => 'Autoreply',
Description => 'Sent when a block is created',
Content => 'RT-Attach-Message: yes
Subject: {$Ticket->Subject}
@@ -671,7 +660,7 @@
Thank you,
{$Ticket->QueueObj->CorrespondAddress()}', },
{ Queue => 'Investigations',
- Name => 'LaunchMessage',
+ Name => 'Autoreply',
Description => 'Sent when an investigation is launched',
Content => 'RT-Attach-Message: yes
Subject: {$Ticket->Subject}
More information about the Rt-commit
mailing list