[Rt-commit] rt branch, 4.2/move-open-on-setstarted-to-scrip, repushed

Todd Wade todd at bestpractical.com
Tue Jul 16 12:48:52 EDT 2013


The branch 4.2/move-open-on-setstarted-to-scrip was deleted and repushed:
       was 5bcb7b0115d52413a83df2aba1ad17b462ab43a1
       now dbc1865e5a2563dc9e1f49734fe6ae8634c32b1d

1:  5bcb7b0 ! 1:  dbc1865 Move the code that opens a ticket on SetStarted to a Scrip
    @@ -107,7 +107,7 @@
     +
     +OpenOnStarted is a ScripAction which sets a ticket status to open when the
     +ticket is given a Started value. Before this commit, this functionality used to
    -+happen in RT::Ticket::SetStarted which made the functionality the ploicy for
    ++happen in RT::Ticket::SetStarted which made the functionality the policy for
     +setting started. Moving the functionality to a scrip allows for it to be
     +disabled if it is not desired.
     +
    @@ -117,11 +117,6 @@
     +use base 'RT::Action';
     +use strict;
     +use warnings;
    -+
    -+sub Describe {
    -+    my $self = shift;
    -+    return ( ref $self );
    -+}
     +
     +sub Prepare {
     +    my $self = shift;



More information about the Rt-commit mailing list