blob: 9cb36385aa4f229fa0bef3c8bb99cb4c6854fda1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2006/06/03 10:40:34 seb Exp $
--- lib/RT/Tickets_Overlay.pm.orig 2005-12-13 18:58:20.000000000 +0000
+++ lib/RT/Tickets_Overlay.pm
@@ -918,7 +918,7 @@ sub _WatcherJoin {
# RT doesn't allow to add groups as members of the
# ticket roles, so we just hide entries in CGM table
# with MemberId == GroupId from results
- my $groupmembers = $self->SUPER::Limit(
+ $self->SUPER::Limit(
LEFTJOIN => $groupmembers,
FIELD => 'GroupId',
OPERATOR => '!=',
|