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/lib/RT/Action.pm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'rt/lib/RT/Action.pm') diff --git a/rt/lib/RT/Action.pm b/rt/lib/RT/Action.pm index 1740b1d66..5c295cb8b 100755 --- a/rt/lib/RT/Action.pm +++ b/rt/lib/RT/Action.pm @@ -172,17 +172,6 @@ sub Prepare { } -sub Options { - my $self = shift; - return(); -} - -sub Rules { - my $self = shift; - return () if !$self->ScripObj or !$self->ScripObj->ActionRules; - return(split "\n", $self->ScripObj->ActionRules); -} - RT::Base->_ImportOverlays(); 1; -- cgit v1.2.1