Dear all,
I understand that Ticket_Overlay.pm sets the error message when the
requester has no right to create tickets. I was wondering if there is a
way to customize this message as our users find it "grumpy"... We can
modify Ticket_Overlay.pm but I would like to know if we can put
something in a custom template or script to accomplish the same thing.
Any comments or suggestions are greatly appreciated.
> #Now that we have a queue, Check the ACLS
> unless (
> $self->CurrentUser->HasRight(
> Right => 'CreateTicket',
> Object => $QueueObj
> )
> )
> {
> return (
> 0, 0,
> $self->loc( "No permission to create tickets in the queue
> '[_1]'", $QueueObj->Name));
> }
Thanks,
Alan
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com