summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2006-01-02 06:25:04 +0100
committerwurblzap%gmail.com <>2006-01-02 06:25:04 +0100
commit5f4feeeaf9d42587e27d300ad0cec099097d8ed1 (patch)
treec05abc90fc35f4dd0a22147b91156312b8945487 /template
parent418fb4bfb5a14eded370f1981d014ea8fd1f62d1 (diff)
downloadbugzilla-5f4feeeaf9d42587e27d300ad0cec099097d8ed1.tar.gz
bugzilla-5f4feeeaf9d42587e27d300ad0cec099097d8ed1.tar.xz
Bug 300473: "All Closed" for components missing bug_status= in series.query.
Patch by Marc Schumann <wurblzap@gmail.com>, r=wicked, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/components/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl
index 769b61ca1..fcb57bb03 100644
--- a/template/en/default/admin/components/create.html.tmpl
+++ b/template/en/default/admin/components/create.html.tmpl
@@ -76,7 +76,7 @@
<input type="submit" value="Add">
<input type="hidden" name="action" value="new">
<input type="hidden" name='open_name' value='All Open'>
- <input type="hidden" name='closed_name' value='All Closed'>
+ <input type="hidden" name='nonopen_name' value='All Closed'>
<input type="hidden" name='product' value="[% product FILTER html %]">
</form>