summaryrefslogtreecommitdiff
path: root/rt/etc/initialdata
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-13 20:55:30 -0700
committerMark Wells <mark@freeside.biz>2015-07-13 20:55:30 -0700
commitd0b51206d9d8ba21b820df6be0a342179fea68aa (patch)
treeebaf2dbe8f92cc605f9bd6e7b5c14e1980cea47d /rt/etc/initialdata
parent204aaf4c7b3ba6a2416a4133ba0079305b4f4bdc (diff)
remove "create ticket on custom field change" (#10139) to avoid conflicts with RT 4.2
Diffstat (limited to 'rt/etc/initialdata')
-rw-r--r--rt/etc/initialdata20
1 files changed, 10 insertions, 10 deletions
diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 9b2af3744..96255b5ed 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -247,16 +247,16 @@
},
#freeside
- { Name => 'On Custom Field Transaction',
- Description => 'When a custom field is changed',
- ExecModule => 'CustomFieldTransaction',
- ApplicableTransTypes => 'Any',
- },
- { Name => 'On Custom Field Change',
- Description => 'When a custom field is changed to some value',
- ExecModule => 'CustomFieldChange',
- ApplicableTransTypes => 'Any',
- },
+ #{ Name => 'On Custom Field Transaction',
+ # Description => 'When a custom field is changed',
+ # ExecModule => 'CustomFieldTransaction',
+ # ApplicableTransTypes => 'Any',
+ #},
+ #{ Name => 'On Custom Field Change',
+ # Description => 'When a custom field is changed to some value',
+ # ExecModule => 'CustomFieldChange',
+ # ApplicableTransTypes => 'Any',
+ #},
);