[Rt-commit] r4586 - in rtir/branches/1.9-EXPERIMENTAL:
html/RTIR/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Sun Feb 26 23:15:19 EST 2006
Author: jesse
Date: Sun Feb 26 23:15:18 2006
New Revision: 4586
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States
Log:
r24760 at truegrounds: jesse | 2006-02-26 21:25:22 -0500
Fix for D.3.3.2. RTIR MUST make it possible to move Tickets between the Incident-Reports Queue and other RT Queues. (to allow misplaced Tickets to be relocated to the correct place);
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States Sun Feb 26 23:15:18 2006
@@ -12,10 +12,6 @@
<%INIT>
my @states;
if( $Queue ) {
- unless( $meta{ $Queue } ) {
- $RT::Logger->error( "Queue '$Queue' has no states" );
- return ();
- }
push @states, @{ $meta{ $Queue }->{'Active'} || [] } if $Active;
push @states, @{ $meta{ $Queue }->{'Inactive'} || [] } if $Inactive;
} else {
More information about the Rt-commit
mailing list