From d0b51206d9d8ba21b820df6be0a342179fea68aa Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 13 Jul 2015 20:55:30 -0700 Subject: remove "create ticket on custom field change" (#10139) to avoid conflicts with RT 4.2 --- rt/etc/initialdata | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'rt/etc/initialdata') 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', + #}, ); -- cgit v1.2.1