[Rt-commit] [rtir] 06/09: Make Limit call case insensitive.

Kevin Falcone falcone at bestpractical.com
Fri Mar 28 17:44:31 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch master
in repository rtir.

commit fa299d63518b05a18bb4b1190e3d5a648678549d
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