From 5c849ad08765322010064f482fd2dea11482c114 Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Fri, 18 Aug 2017 02:53:01 +0530 Subject: Bug 1383500 - Allow giving a default product in the URL in new-bug --- template/en/default/bug/new_bug.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl index d064398c5..bed0c5578 100644 --- a/template/en/default/bug/new_bug.html.tmpl +++ b/template/en/default/bug/new_bug.html.tmpl @@ -75,7 +75,7 @@ [% can_edit_product = bug.check_can_change_field("product", 0, 1) %] [% filtered_product = bug.product_obj.name FILTER uri %] [% filtered_component = bug.component_obj.name FILTER uri %] - +
[% WRAPPER bug_modal/field.html.tmpl field = bug_fields.product field_type = constants.FIELD_TYPE_SINGLE_SELECT @@ -83,6 +83,7 @@ editable = 1 help = "describecomponents.cgi?product=$filtered_product" %] + @@ -95,7 +96,7 @@
[% END %] - + [% WRAPPER bug_modal/field.html.tmpl field = bug_fields.product field_type = constants.FIELD_TYPE_SINGLE_SELECT -- cgit v1.2.3-24-g4f1b