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:39 -0700
commit509767cdde6504eb82120187cfb4b73d9d5cb6f0 (patch)
tree7070da68a8c87f7572078f6e514f779157269a68 /rt/etc/initialdata
parent1072419d5b3ac39246017614ab312fba3a9bd7a0 (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',
+ #},
);