[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-456-gf520299
Shawn Moore
sartak at bestpractical.com
Tue Aug 17 21:58:40 EDT 2010
The branch, 3.9-trunk has been updated
via f5202999934029f9ef4b54327f85a7d123c9ace5 (commit)
from 3643b9b5de487bb106f076776962bb8b8368cfb7 (commit)
Summary of changes:
lib/RT/Queue_Overlay.pm | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit f5202999934029f9ef4b54327f85a7d123c9ace5
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Aug 17 22:00:52 2010 -0400
This check doesn't quite work since Requestor is valid
diff --git a/lib/RT/Queue_Overlay.pm b/lib/RT/Queue_Overlay.pm
index a2033c4..74e3bca 100755
--- a/lib/RT/Queue_Overlay.pm
+++ b/lib/RT/Queue_Overlay.pm
@@ -802,9 +802,6 @@ sub AddWatcher {
return ( 0, "Unknown watcher type [_1]", $args{Type} )
unless $self->IsRoleGroupType($args{Type});
- return ( 0, "Unmanageable watcher type [_1]", $args{Type} )
- unless $self->IsManageableRoleGroupType($args{Type});
-
my ($ok, $msg) = $self->_HasAddWatcherRight(%args);
return ($ok, $msg) if !$ok;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list