[Rt-commit] r6073 - in rt/branches/3.7-EXPERIMENTAL: . etc
ruz at bestpractical.com
ruz at bestpractical.com
Wed Sep 27 23:36:44 EDT 2006
Author: ruz
Date: Wed Sep 27 23:36:44 2006
New Revision: 6073
Added:
rt/branches/3.7-EXPERIMENTAL/etc/upgrade/3.7.1/
rt/branches/3.7-EXPERIMENTAL/etc/upgrade/3.7.1/content
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/etc/initialdata
Log:
r3897 at cubic-pc: cubic | 2006-09-28 06:51:39 +0400
scrip conditions:
* CloseTicket
* ReopenTicket
Modified: rt/branches/3.7-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/initialdata (original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/initialdata Wed Sep 27 23:36:44 2006
@@ -210,6 +210,17 @@
},
+ { Name => 'On Close', # loc
+ Description => 'Whenever a ticket is closed(inactivated)', # loc
+ ApplicableTransTypes => 'Status',
+ ExecModule => 'CloseTicket',
+ },
+ { Name => 'On Reopen', # loc
+ Description => 'Whenever a ticket is reopened(activated)', # loc
+ ApplicableTransTypes => 'Status',
+ ExecModule => 'ReopenTicket',
+ },
+
);
@Templates = (
Added: rt/branches/3.7-EXPERIMENTAL/etc/upgrade/3.7.1/content
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/etc/upgrade/3.7.1/content Wed Sep 27 23:36:44 2006
@@ -0,0 +1,14 @@
+ at ScripConditions = (
+ { Name => 'On Close', # loc
+ Description => 'Whenever a ticket is closed(inactivated)', # loc
+ ApplicableTransTypes => 'Status',
+ ExecModule => 'CloseTicket',
+ },
+ { Name => 'On Reopen', # loc
+ Description => 'Whenever a ticket is reopened(activated)', # loc
+ ApplicableTransTypes => 'Status',
+ ExecModule => 'ReopenTicket',
+ },
+);
+
+
More information about the Rt-commit
mailing list