From 3a8142ae9f3cd14b6ca54c6db6f6f07fb9025fe8 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 15 Aug 2011 17:47:18 -0700 Subject: Bug 460074: Make post_bug.cgi use should_set for array fields, so they are undef in Bugzilla::Bug->create if not passed to post_bug. This fixes a bug with the guided bug form creating bugs without any groups. r=LpSolit, a=mkanat --- template/en/default/bug/create/create.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 8604f0839..ee19ab5d6 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -665,6 +665,7 @@ TUI_hide_default('attachment_text_field');
+ [% FOREACH group = product.groups_available %]