summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-11-19 10:14:49 +0100
committermyk%mozilla.org <>2002-11-19 10:14:49 +0100
commite008d25513ff2d4c16c4aa49f48bfe188f9759ba (patch)
treeebeb0cfc175fb7f99bfe4ccab2ea46ec8e735a9c /bug_form.pl
parent880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 (diff)
downloadbugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.gz
bugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.xz
Fix for bug 179876: Labels the "Requestee" field to reduce confusion about its purpose.
r=bbaetz a=myk
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 027b14e77..c620f03fd 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -217,6 +217,7 @@ sub show_bug {
'target_type' => 'bug' });
}
$vars->{'flag_types'} = $flag_types;
+ $vars->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types);
# The number of types of flags that can be set on attachments to this bug
# and the number of flags on those attachments. One of these counts must be