[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-461-g5dc4c6d
Shawn Moore
sartak at bestpractical.com
Tue Aug 17 22:27:22 EDT 2010
The branch, 3.9-trunk has been updated
via 5dc4c6de913391cc841e29b0f4e14001a65b982b (commit)
from fc0cfc9c781f9528442810ee5af44a52c15fe624 (commit)
Summary of changes:
lib/RT/Queue_Overlay.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5dc4c6de913391cc841e29b0f4e14001a65b982b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Aug 17 22:29:23 2010 -0400
Create all role group types when we create a queue
diff --git a/lib/RT/Queue_Overlay.pm b/lib/RT/Queue_Overlay.pm
index 23d8614..dff2ba2 100755
--- a/lib/RT/Queue_Overlay.pm
+++ b/lib/RT/Queue_Overlay.pm
@@ -733,7 +733,7 @@ It will return true on success and undef on failure.
sub _CreateQueueGroups {
my $self = shift;
- my @types = $self->RoleGroupTypes;
+ my @types = $self->AllRoleGroupTypes;
foreach my $type (@types) {
my $ok = $self->_CreateQueueRoleGroup($type);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list