diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-13 20:55:30 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-13 20:55:30 -0700 |
commit | d0b51206d9d8ba21b820df6be0a342179fea68aa (patch) | |
tree | ebaf2dbe8f92cc605f9bd6e7b5c14e1980cea47d /rt/etc/initialdata | |
parent | 204aaf4c7b3ba6a2416a4133ba0079305b4f4bdc (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/initialdata | 20 |
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', + #}, ); |