[Rt-commit] [rtir] 07/08: Initial caps for params passed in link to Shredder
Kevin Falcone
falcone at bestpractical.com
Fri Jul 12 22:55:35 EDT 2013
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 2.9/search-menus
in repository rtir.
commit 6421ca6b1d442d5697759ced60fe66e155f5d418
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Apr 26 11:21:46 2013 -0400
Initial caps for params passed in link to Shredder
---
html/Callbacks/RTIR/Elements/Tabs/Privileged | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index b72ebec..c1349b9 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -484,8 +484,8 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
if ( $session{'CurrentUser'}->HasRight( Right => 'SuperUser', Object => RT->System ) ) {
my $shred_args = $query_string->(
- search => 1,
- plugin => 'Tickets',
+ Search => 1,
+ Plugin => 'Tickets',
'Tickets:query' => $args{'Query'},
'Tickets:limit' => $args{'RowsPerPage'},
);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Rt-commit
mailing list