[rt-users] user screen
Andy Harrison
aharrison at gmail.com
Thu Jan 13 16:18:14 EST 2005
On Tue, 11 Jan 2005 16:12:14 -0500, steve <steve at n2sw.com> wrote:
> hi all, am using ldap for authentication and i would like that whan a
> normal user log in they should not be able to see the owner nor the
> status drop down lists,
>
> is this possible.
Create a custom version of the Ticket/Create.html form and wrap a
right check around the display of that information
% if ( $session{CurrentUser}->HasRight( Right => 'SuperUser', Object
=> $QueueObj ) ) {
...the html code for displaying status drop down box...
% }
--
Andy Harrison
More information about the rt-users
mailing list