X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectWatcherType;h=7f254b043f9b492e3ac3d1e2776cf7204c21892d;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=3d37ee7c5776e55081bf172eb32c53eadadb043a;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/Elements/SelectWatcherType b/rt/share/html/Elements/SelectWatcherType index 3d37ee7c5..7f254b043 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-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -56,8 +56,8 @@ <%INIT> my @types; -if ($Scope =~ 'queue') { - @types = qw(Cc AdminCc); +if ($Scope =~ /queue/) { + @types = RT::Queue->ManageableRoleGroupTypes; } else { @types = qw(Requestor Cc AdminCc);