summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.1/content
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.7.1/content')
-rw-r--r--rt/etc/upgrade/3.7.1/content14
1 files changed, 14 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.7.1/content b/rt/etc/upgrade/3.7.1/content
new file mode 100644
index 000000000..fdd506144
--- /dev/null
+++ b/rt/etc/upgrade/3.7.1/content
@@ -0,0 +1,14 @@
+@ScripConditions = (
+ { Name => 'On Close', # loc
+ Description => 'Whenever a ticket is closed', # loc
+ ApplicableTransTypes => 'Status,Set',
+ ExecModule => 'CloseTicket',
+ },
+ { Name => 'On Reopen', # loc
+ Description => 'Whenever a ticket is reopened', # loc
+ ApplicableTransTypes => 'Status,Set',
+ ExecModule => 'ReopenTicket',
+ },
+);
+
+