From cbb4c260c40779ba84c794dd68147c54f3de2f52 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 1 Jun 2012 17:15:27 -0700 Subject: RT 3.8.13 --- rt/lib/RT/Group_Overlay.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'rt/lib/RT/Group_Overlay.pm') diff --git a/rt/lib/RT/Group_Overlay.pm b/rt/lib/RT/Group_Overlay.pm index 09f30822f..34f8c0b7d 100644 --- a/rt/lib/RT/Group_Overlay.pm +++ b/rt/lib/RT/Group_Overlay.pm @@ -1335,8 +1335,18 @@ sub CurrentUserHasRight { # }}} +=head2 CurrentUserCanSee +Always returns 1; unfortunately, for historical reasons, users have +always been able to examine groups they have indirect access to, even if +they do not have SeeGroup explicitly. +=cut + +sub CurrentUserCanSee { + my $self = shift; + return 1; +} # {{{ Principal related routines -- cgit v1.2.1