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 Callback"),
                         path  => "MyCallbacks/1/index.html" };
}
</%init>
<%args>
$toptabs =>undef
</%args>


I want only 'John' to see this callback, not everybody that has
'AdminUsers' right.


Your help is much appreciated!

Cheers,
merou
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to