[rt-users] RT Rights Bug?

Jesse Vincent jesse at bestpractical.com
Sun Mar 14 16:44:59 EDT 2010




On Sun, Mar 14, 2010 at 03:14:00PM -0500, Todd Chapman wrote:
> In Principal::HasRight
> 
>     unshift @{ $args{'EquivObjects'} }, $RT::System
>         unless $self->can('_IsOverrideGlobalACL')
>                && $self->_IsOverrideGlobalACL( $args{'Object'} );
> 
> 
> Shouldn't _IsOverrideGlobalACL be checked on $args{Object} instead of $self?
>

Nope. It was a hook to let sites make global ACL overrides per user
based on some external criterion.



More information about the rt-users mailing list