From cc4bb4cb59b51fd85fdd1c1f77ed73039d01fbb5 Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com" <>
Date: Fri, 31 Jul 2009 15:57:22 +0000
Subject: [PATCH] =?utf8?q?Bug=20341539:=20Component=20list=20not=20filtere?=
=?utf8?q?d=20when=20a=20product=20selected=20on=20Request=20Queue=20or=20?=
=?utf8?q?Edit=20Flag=20Types=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?=
=?utf8?q?=C2=A9ric=20Buclin=20=20r=3Dghendricks=20a=3D?=
=?utf8?q?LpSolit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
template/en/default/admin/flag-type/list.html.tmpl | 4 ++--
template/en/default/request/queue.html.tmpl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index 497d3b3d5f..220db89009 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -31,7 +31,7 @@
.inactive { color: #787878; }
.multiplicable { display: block; }
"
- onload="var f = document.forms[0]; selectProduct(f.product, f.component, null, null, '__All__');"
+ onload="var f = document.flagtype_form; selectProduct(f.product, f.component, null, null, '__All__');"
javascript_urls=["js/productform.js"]
doc_section = "flags-overview.html#flag-types"
%]
@@ -56,7 +56,7 @@
which are available to at least one component of the product are shown.
-