summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-11-18 20:48:05 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-11-18 20:48:05 +0100
commita1ca30a6ae868e80d8af50f94638733b6b822958 (patch)
tree1207aa83917706c2df7ae1d4a4893ea0f0df345e /post_bug.cgi
parent3e5fc54202f854e76b139ec71fd78e91029dc7d2 (diff)
downloadbugzilla-a1ca30a6ae868e80d8af50f94638733b6b822958.tar.gz
bugzilla-a1ca30a6ae868e80d8af50f94638733b6b822958.tar.xz
Bug 936241 - Bug.create doesn't allow tracking flags to be set, but Bug.update does
r=glob
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 87ebba9c4..7907d7037 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -98,9 +98,7 @@ $template->process($format->{'template'}, $vars, \$comment)
|| ThrowTemplateError($template->error());
# Include custom fields editable on bug creation.
-my @custom_bug_fields = grep {$_->type != FIELD_TYPE_MULTI_SELECT
- && $_->type != FIELD_TYPE_EXTENSION
- && $_->enter_bug}
+my @custom_bug_fields = grep {$_->type != FIELD_TYPE_MULTI_SELECT && $_->enter_bug}
Bugzilla->active_custom_fields;
# Undefined custom fields are ignored to ensure they will get their default