From f709156da6e562a4466d45c9422ff0a111aaa7e0 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 4 Jan 2016 23:47:11 +0100 Subject: Bug 1191706: When editing flag types, components do not match the selected product when classifications are enabled r=dkl --- template/en/default/request/queue.html.tmpl | 31 ++++------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to 'template/en/default/request/queue.html.tmpl') diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 4e406190d..fd3dbde8a 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -9,39 +9,16 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] +[% PROCESS "global/js-products.html.tmpl" %] + [% PROCESS global/header.html.tmpl title="Request Queue" generate_api_token = 1 - onload="var f = document.request_form; selectProduct(f.product, f.component, null, null, 'Any');" + onload="var f = document.request_form; selectProduct(f.product, f.component, 'Any');" javascript_urls=["js/productform.js", "js/field.js"] style_urls = ['skins/standard/buglist.css'] %] - - -[% BLOCK js_comp %] - cpts['[% n %]'] = [ - [%- FOREACH comp = prod.components %]'[% comp.name FILTER js %]'[% ", " UNLESS loop.last %] [%- END -%]]; - [% n = n+1 %] -[% END %] -

When you are logged in, only requests made by you or addressed to you are shown by default. You can change the criteria using the form below. @@ -71,7 +48,7 @@ to some group are shown by default. id => "product" name => "product" add => "Any" - onchange => "selectProduct(this, this.form.component, null, null, 'Any');" + onchange => "selectProduct(this, this.form.component, 'Any');" %] Flag: -- cgit v1.2.3-24-g4f1b