From 52cbd16ef02a1098249758e30d12fc314926f3ef Mon Sep 17 00:00:00 2001 From: Simon Green Date: Thu, 26 Sep 2013 12:13:18 +1000 Subject: Bug 769134 - Bugzilla unintentionally removes groups when changing products with multiple bugs r=dkl, a=justdave --- .../bug/process/verify-new-product.html.tmpl | 71 ++++++++++++++++++---- 1 file changed, 58 insertions(+), 13 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 77471cbcd..c712ae09a 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -140,19 +140,64 @@ [% IF optional_groups.size %]

These groups are optional. You can decide to restrict [% terms.bugs %] to one or more of the following groups:
- [% FOREACH group = optional_groups %] - - - -
+ [% IF multiple_bugs %] + [% USE Bugzilla %] + + + + + + + + + + [% FOREACH group = optional_groups %] + + + + + + + + [% END %] + +
Remove
[% terms.bugs %]
from this
group
Add
[% terms.bugs %]
to this
group
Group Name:
+ + + + + [% group.group.description FILTER html %] +
+ [% ELSE %] + [% FOREACH group = optional_groups %] + + + +
+ [% END %] [% END %]

[% END %] -- cgit v1.2.3-24-g4f1b