X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FREST%2F1.0%2FForms%2Fqueue%2Fns;h=618acc057a8e18114e40ebbb3f7cdeb273260ea2;hb=026dc7ad72ba972f230b6709e31fa64397d75ad4;hp=24bd86876ba0255dc9de7c17ff55c92dad3599c3;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf;p=freeside.git diff --git a/rt/share/html/REST/1.0/Forms/queue/ns b/rt/share/html/REST/1.0/Forms/queue/ns index 24bd86876..618acc057 100755 --- a/rt/share/html/REST/1.0/Forms/queue/ns +++ b/rt/share/html/REST/1.0/Forms/queue/ns @@ -54,7 +54,7 @@ $id use RT::Queues; my $queues = RT::Queues->new($session{CurrentUser}); -$queues->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id); +$queues->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id, CASESENSITIVE => 0 ); if ($queues->Count == 0) { return (0, "No queue named $id exists."); }