Re: [rt-users] Allow only a specific user to see a Callback

2009-03-24 Thread Potla, Ashish Bassaliel
s.bestpractical.com] On Behalf Of Tom Lahti > [t...@bitstatement.net] > Sent: Tuesday, March 24, 2009 4:54 AM > To: holland holland > Cc: rt-users@lists.bestpractical.com > Subject: Re: [rt-users] Allow only a specific user to see a Callback > > I'm no RT API expert, but I

Re: [rt-users] Allow only a specific user to see a Callback

2009-03-24 Thread Potla, Ashish Bassaliel
Of Tom Lahti [t...@bitstatement.net] Sent: Tuesday, March 24, 2009 4:54 AM To: holland holland Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Allow only a specific user to see a Callback I'm no RT API expert, but I think from a best practices standpoint you really ought to creat

Re: [rt-users] Allow only a specific user to see a Callback

2009-03-23 Thread Tom Lahti
I'm no RT API expert, but I think from a best practices standpoint you really ought to create a new group for the purpose, make 'John' a member of that group, and then have the scrip allow the callback based on membership in that group. holland holland wrote: > Dear all, > > I would like only a s

[rt-users] Allow only a specific user to see a Callback

2009-03-23 Thread holland holland
Dear all, I would like only a specific user, e.g 'John' to see a callback. Currently I only see methods based on user rights, like: <%INIT> if ($session{'CurrentUser'}->UserObj->HasRight( Right => 'AdminUsers', Object => $RT::System, )) { $toptabs->{'My Callback'} = { title =>loc("My Ca

[rt-users] Allow only a specific user to see a Callback

2009-03-23 Thread holland holland
Dear all, I would like only a specific user, e.g 'John' to see a callback. Currently I only see methods based on user rights, like: <%INIT> if ($session{'CurrentUser'}->UserObj->HasRight( Right => 'AdminUsers', Object => $RT::System, )) { $toptabs->{'My Callback'} = { title =>loc("My