RT 4.2.11, ticket#13852
[freeside.git] / rt / share / html / REST / 1.0 / Forms / group / ns
index b027934..7be8eaf 100644 (file)
@@ -54,7 +54,7 @@ $id
 use RT::Groups;
 
 my $groups = RT::Groups->new($session{CurrentUser});
-$groups->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id);
+$groups->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id, CASESENSITIVE => 0);
 if ($groups->Count == 0) {
     return (0, "No group named $id exists.");
 }