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, 0 insertions, 14 deletions
diff --git a/rt/etc/upgrade/3.7.1/content b/rt/etc/upgrade/3.7.1/content
deleted file mode 100644
index fdd506144..000000000
--- a/rt/etc/upgrade/3.7.1/content
+++ /dev/null
@@ -1,14 +0,0 @@
-@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',
- },
-);
-
-