[Rt-commit] [rtir] 06/08: Make Limit call case insensitive.
Jim Brandt
jbrandt at bestpractical.com
Fri Mar 7 15:04:14 EST 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/get-create-working
in repository rtir.
commit a9a4e0cc4d0a1aa35fce07540497c873c5473f55
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Mar 7 14:04:35 2014 -0500
Make Limit call case insensitive.
---
html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList | 1 +
1 file changed, 1 insertion(+)
diff --git a/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList b/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList
index 7e7abdc..e2c26da 100644
--- a/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList
+++ b/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList
@@ -64,6 +64,7 @@ foreach my $object (@$objects) {
FIELD =>'Name',
OPERATOR => 'STARTSWITH',
VALUE => $object->__Value('Name'),
+ CASESENSITIVE => 0,
);
while ( my $queue = $queues->Next ) {
unshift @new_objects,$queue;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list