X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectWatcherType;fp=rt%2Fshare%2Fhtml%2FElements%2FSelectWatcherType;h=44beee00d3af55619d6213505a1a8adc91955e08;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=3d37ee7c5776e55081bf172eb32c53eadadb043a;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/share/html/Elements/SelectWatcherType b/rt/share/html/Elements/SelectWatcherType index 3d37ee7c5..44beee00d 100755 --- a/rt/share/html/Elements/SelectWatcherType +++ b/rt/share/html/Elements/SelectWatcherType @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -57,7 +57,7 @@ <%INIT> my @types; if ($Scope =~ 'queue') { - @types = qw(Cc AdminCc); + @types = RT::Queue->ManageableRoleGroupTypes; } else { @types = qw(Requestor Cc AdminCc);