[rt-devel] New global option for RT::Principla::HasRight?
Todd Chapman
rt at chaka.net
Wed Mar 17 15:45:47 EST 2004
Our RT3 setup is somewhat strict. Different groups have
access to only their queue. However, every once in a while
a ticket in one queue will DependOn a ticket in another
queue. For Ticket objects it would be nice if a user
that has rights for a ticket to also have ShowTicket
for other tickets it depends on.
How does everyone feel about an RT config variable to
control this?
I think psuedo code for he new HasRight would
look something like:
if ( Object == Ticket and Right == ShowTicket )
push MyDependedOn, @EquivObjects
Or should ShowTicketDepenedsOn just be a new right?
What do you think?
-Todd
More information about the Rt-devel
mailing list