[rt-users] Colons in queue name seems to break Quicksearch display in rt-3.4.3

Jesse Vincent jesse at bestpractical.com
Sat Aug 13 14:08:34 EDT 2005


On Aug 12, 2005, at 7:24 PM, Marc A Tisseur wrote:

> After installaing 3.4.3 I noticed the number of new or open tickets
> in the Quicksearch list allways shows up as 0 for any queue containing 
> a ":" in
> its name. Selecting the queue will list the tickets however. rt-3.4.2's
> quicksearch doesn't suffer the same problem. The principal diff 
> between the two
> is as follows;
>
> --- rt-3.4.3/html/Elements/Quicksearch  2005-06-23 17:37:31.000000000 
> -0400
> +++ rt-3.4.2/html/Elements/Quicksearch  2005-02-01 09:20:40.000000000 
> -0500
> @@ -57,11 +57,9 @@
>  while (my $queue = $Queues->Next) {
>    next unless ($queue->CurrentUserHasRight('ShowTicket'));
>
> -  my $name = $m->interp->apply_escapes($queue->Name, "u");

This is a bug in 3.4.3. We're working to fix it.




More information about the rt-users mailing list