summaryrefslogtreecommitdiff
path: root/rt/share/html/Admin/Elements/SelectGroups
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Admin/Elements/SelectGroups')
-rwxr-xr-xrt/share/html/Admin/Elements/SelectGroups2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Admin/Elements/SelectGroups b/rt/share/html/Admin/Elements/SelectGroups
index f45dca096..491a2fa21 100755
--- a/rt/share/html/Admin/Elements/SelectGroups
+++ b/rt/share/html/Admin/Elements/SelectGroups
@@ -53,7 +53,7 @@
<%INIT>
my $groups = RT::Groups->new($session{'CurrentUser'});
-$groups->Limit(FIELD => 'Domain', OPERATOR => '=', VALUE => $Domain);
+$groups->Limit(FIELD => 'Domain', OPERATOR => '=', VALUE => $Domain, CASESENSITIVE => 0 );
</%INIT>
<%ARGS>