[Rt-commit] rt branch, 4.2/admin-scrip-queue, repushed

Alex Vandiver alexmv at bestpractical.com
Fri Jan 3 18:56:15 EST 2014


The branch 4.2/admin-scrip-queue was deleted and repushed:
       was d9c1d3a035d8c199da979c1812d37555b76a9036
       now 27c90ae7149e42412a5416fbcd683af4be779b9a

1:  d9c1d3a ! 1:  27c90ae Correct old "Queue" and "QueueId" columns which still assumed scrips applied to 1 or all queues
    @@ -19,6 +19,7 @@
              title     => 'Queue', # loc
     -        value     => sub { $_[0]->Queue },
     +        value     => sub {
    ++            return 0 if $_[0]->IsGlobal;
     +            return join(", ", map {$_->Id} @{$_[0]->AddedTo->ItemsArrayRef});
     +        },
          },



More information about the rt-commit mailing list