[Rt-commit] r9318 - rt/branches/3.7-RTIR-RELENG/etc

ruz at bestpractical.com ruz at bestpractical.com
Tue Oct 16 09:58:00 EDT 2007


Author: ruz
Date: Tue Oct 16 09:57:59 2007
New Revision: 9318

Modified:
   rt/branches/3.7-RTIR-RELENG/etc/initialdata

Log:
* add description to all Scrips we have as NULL values break
  Scrips ordering

Modified: rt/branches/3.7-RTIR-RELENG/etc/initialdata
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/etc/initialdata	(original)
+++ rt/branches/3.7-RTIR-RELENG/etc/initialdata	Tue Oct 16 09:57:59 2007
@@ -464,34 +464,44 @@
 # }}}
 
 @Scrips = (
-    {  ScripCondition => 'On Correspond',
+    {  Description    => 'On Correspond Open Tickets',
+       ScripCondition => 'On Correspond',
        ScripAction    => 'Open Tickets',
        Template       => 'Blank' },
-    {  ScripCondition => 'On Owner Change',
+    {  Description    => 'On Owner Change Notify Owner',
+       ScripCondition => 'On Owner Change',
        ScripAction    => 'Notify Owner',
        Template       => 'Transaction' },
-    {  ScripCondition => 'On Create',
+    {  Description    => 'On Create Autoreply To Requestors',
+       ScripCondition => 'On Create',
        ScripAction    => 'AutoReply To Requestors',
        Template       => 'AutoReply' },
-    {  ScripCondition => 'On Create',
+    {  Description    => 'On Create Notify AdminCcs',
+       ScripCondition => 'On Create',
        ScripAction    => 'Notify AdminCcs',
        Template       => 'Transaction' },
-    {  ScripCondition => 'On Correspond',
+    {  Description    => 'On Correspond Notify AdminCcs',
+       ScripCondition => 'On Correspond',
        ScripAction    => 'Notify AdminCcs',
        Template       => 'Admin Correspondence' },
-    {  ScripCondition => 'On Correspond',
+    {  Description    => 'On Correspond Notify Requestors and Ccs',
+       ScripCondition => 'On Correspond',
        ScripAction    => 'Notify Requestors And Ccs',
        Template       => 'Correspondence' },
-    {  ScripCondition => 'On Correspond',
+    {  Description    => 'On Correspond Notify Other Recipients',
+       ScripCondition => 'On Correspond',
        ScripAction    => 'Notify Other Recipients',
        Template       => 'Correspondence' },
-    {  ScripCondition => 'On Comment',
+    {  Description    => 'On Comment Notify AdminCcs as Comment',
+       ScripCondition => 'On Comment',
        ScripAction    => 'Notify AdminCcs As Comment',
        Template       => 'Admin Comment' },
-    {  ScripCondition => 'On Comment',
+    {  Description    => 'On Comment Notify Other Recipients as Comment',
+       ScripCondition => 'On Comment',
        ScripAction    => 'Notify Other Recipients As Comment',
        Template       => 'Correspondence' },
-    {  ScripCondition => 'On Resolve',
+    {  Description    => 'On Resolve Notify Requestors',
+       ScripCondition => 'On Resolve',
        ScripAction    => 'Notify Requestors',
        Template       => 'Resolved' },
     {  Description => "When an approval ticket is created, notify the Owner and AdminCc of the item awaiting their approval",    # loc


More information about the Rt-commit mailing list