X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectWatcherType;fp=rt%2Fshare%2Fhtml%2FElements%2FSelectWatcherType;h=4f1df60b293231844c6afd6d6188ce56b7eff86b;hb=0bff2e665b3a6389b47510e4c04a5a454f6dd7d4;hp=44beee00d3af55619d6213505a1a8adc91955e08;hpb=806d426d106efea2b2b13314108c4ac046511e1c;p=freeside.git diff --git a/rt/share/html/Elements/SelectWatcherType b/rt/share/html/Elements/SelectWatcherType index 44beee00d..4f1df60b2 100755 --- a/rt/share/html/Elements/SelectWatcherType +++ b/rt/share/html/Elements/SelectWatcherType @@ -56,7 +56,7 @@ <%INIT> my @types; -if ($Scope =~ 'queue') { +if ($Scope =~ /queue/) { @types = RT::Queue->ManageableRoleGroupTypes; } else {