X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectWatcherType;h=abdfc0236a23b81d74e492b6d1c77763fd577bbf;hb=a9aa4d83ae52cfece965cd8f175a29394938f76a;hp=3d37ee7c5776e55081bf172eb32c53eadadb043a;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/Elements/SelectWatcherType b/rt/share/html/Elements/SelectWatcherType index 3d37ee7c5..abdfc0236 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-2017 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);