[Rt-devel] Bug in RT3.0.11 RT::Ticket::SetStatus

Jesse Vincent jesse at bestpractical.com
Thu Dec 2 15:02:09 EST 2004




On Thu, Dec 02, 2004 at 04:47:53PM +0000, Stephen Quinney wrote:
> On Thu, Dec 02, 2004 at 02:30:54PM +0100, Ruediger Riediger wrote:
> > Looks like there is a misspelled status name in lib/RT/Ticket_Overlay.pm
> > 
> > 3317c3317
> > <     if ( $args{Status} =~ /^(resolved|rejected|dead)$/ ) {
> > ---
> > >     if ( $args{Status} =~ /^(resolved|rejected|deleted)$/ ) {
> 
> This bug is also present in the same file in RT 3.2.2.

Yep. and actually, it should be using $self->QueueObj->IsInactiveStatus.
Anyone want to hand me a patch while I'm off debugging issues with the
latest DBD::Oracle and MIME::Tools?


> 
> Stephen
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
> 

-- 


More information about the Rt-devel mailing list