[Rt-commit] r4851 - in rtir/branches/1.9-EXPERIMENTAL: lib/RT/Action

ruz at bestpractical.com ruz at bestpractical.com
Tue Mar 28 18:34:26 EST 2006


Author: ruz
Date: Tue Mar 28 18:34:25 2006
New Revision: 4851

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/lib/RT/Action/RTIR_SetIncidentReportState.pm

Log:
 r1047 at cubic-pc:  cubic | 2006-03-29 03:32:33 +0400
 * state of the ticket shouldn't depend on ownership, revert change


Modified: rtir/branches/1.9-EXPERIMENTAL/lib/RT/Action/RTIR_SetIncidentReportState.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/lib/RT/Action/RTIR_SetIncidentReportState.pm	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/lib/RT/Action/RTIR_SetIncidentReportState.pm	Tue Mar 28 18:34:25 2006
@@ -65,7 +65,6 @@
         # TODO: check how do we set (control) Status of the IR
         # may be we don't need to check this conditions and
         # just use status value as in other RTIR_Set*State actions
-        return 'open' if $self->TicketObj->Owner != $RT::Nobody->Id;
 
         my $parents = RT::Tickets->new( $self->TransactionObj->CurrentUser );
         $parents->LimitHasMember( $self->TicketObj->id );


More information about the Rt-commit mailing list