[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-317-g6e9a2e3eff
? sunnavy
sunnavy at bestpractical.com
Thu Apr 8 17:11:35 EDT 2021
The branch, 4.4-trunk has been updated
via 6e9a2e3efff6232741743bc2b395fe916a637a22 (commit)
from a2f9bb615359558ea167ae762874c5f2185d32ed (commit)
Summary of changes:
share/html/Admin/Queues/People.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 6e9a2e3efff6232741743bc2b395fe916a637a22
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Apr 9 05:08:59 2021 +0800
Group search on queue watchers page is case insensitive
diff --git a/share/html/Admin/Queues/People.html b/share/html/Admin/Queues/People.html
index a18447a3b1..3c52fcf75e 100644
--- a/share/html/Admin/Queues/People.html
+++ b/share/html/Admin/Queues/People.html
@@ -187,7 +187,8 @@ if ( $ARGS{'GroupString'} ) {
$Groups->LimitToUserDefinedGroups;
$Groups->Limit( FIELD => $ARGS{'GroupField'},
VALUE => $ARGS{'GroupString'},
- OPERATOR => $ARGS{'GroupOp'}
+ OPERATOR => $ARGS{'GroupOp'},
+ CASESENSITIVE => 0,
);
} else {
$group_msg = loc("No principals selected.");
-----------------------------------------------------------------------
More information about the rt-commit
mailing list