[Rt-commit] [rtir] 02/04: Other DutyTeam code ignores case, do the same

Kevin Falcone falcone at bestpractical.com
Wed Aug 13 21:11:33 EDT 2014


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

falcone pushed a commit to branch 3.2/redirect-on-login
in repository rtir.

commit ac91a851524415196347ca4b8238f7ecde5abdcc
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Aug 13 18:14:08 2014 -0400

    Other DutyTeam code ignores case, do the same
---
 lib/RT/IR.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 26a62df..951a73b 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -115,6 +115,7 @@ sub IsStaff {
         FIELD    => 'Name',
         OPERATOR => 'LIKE',
         VALUE    => 'DutyTeam',
+        CASESENSITIVE => 0,
     );
     $cgm->RowsPerPage(1);
     return $cgm->First? 1 : 0;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list