[Rt-commit] r18504 - in rt/3.8/trunk: . etc/upgrade/3.8.3
elacour at bestpractical.com
elacour at bestpractical.com
Sat Feb 21 02:59:29 EST 2009
Author: elacour
Date: Sat Feb 21 02:59:21 2009
New Revision: 18504
Modified:
rt/3.8/trunk/UPGRADING
rt/3.8/trunk/etc/initialdata
rt/3.8/trunk/etc/upgrade/3.8.3/content
Log:
Add 'On reject" scrip condition.
Modified: rt/3.8/trunk/UPGRADING
==============================================================================
--- rt/3.8/trunk/UPGRADING (original)
+++ rt/3.8/trunk/UPGRADING Sat Feb 21 02:59:21 2009
@@ -19,6 +19,10 @@
*******
+UPGRADING FROM 3.8.2 and earlier - Changes:
+
+New scrip condition 'On Reject'.
+
UPGRADING FROM 3.8.1 and earlier - Changes:
= Oracle configuration =
Modified: rt/3.8/trunk/etc/initialdata
==============================================================================
--- rt/3.8/trunk/etc/initialdata (original)
+++ rt/3.8/trunk/etc/initialdata Sat Feb 21 02:59:21 2009
@@ -160,7 +160,13 @@
Argument => 'resolved'
},
+ { Name => 'On Reject', # loc
+ Description => 'Whenever a ticket is rejected', # loc
+ ApplicableTransTypes => 'Status',
+ ExecModule => 'StatusChange',
+ Argument => 'rejected'
+ },
{ Name => 'User Defined', # loc
Description => 'Whenever a user-defined condition occurs', # loc
ApplicableTransTypes => 'Any',
Modified: rt/3.8/trunk/etc/upgrade/3.8.3/content
==============================================================================
--- rt/3.8/trunk/etc/upgrade/3.8.3/content (original)
+++ rt/3.8/trunk/etc/upgrade/3.8.3/content Sat Feb 21 02:59:21 2009
@@ -1,3 +1,14 @@
+ at ScripConditions = (
+ { Name => 'On Reject', # loc
+ Description => 'Whenever a ticket is rejected', # loc
+ ApplicableTransTypes => 'Status',
+ ExecModule => 'StatusChange',
+ Argument => 'rejected'
+
+ },
+);
+
+
@Final = (
sub {
$RT::Logger->debug("Going to canonicalize ACLs in the DB");
More information about the Rt-commit
mailing list