summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-12 07:36:25 +0100
committerlpsolit%gmail.com <>2006-02-12 07:36:25 +0100
commite4da69640f46a72d94210b86097e73558875b6fb (patch)
treec13213a03a68a5db8cb30e2c8a268810ca225604 /template/en/default/list/list.html.tmpl
parent5804bb6fd1cc263ade33d82178498f5b19313df8 (diff)
downloadbugzilla-e4da69640f46a72d94210b86097e73558875b6fb.tar.gz
bugzilla-e4da69640f46a72d94210b86097e73558875b6fb.tar.xz
Bug 232778: The sort order of a saved search is not kept - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 3f6d052cf..85b7d7316 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -215,7 +215,7 @@
<form method="get" action="buglist.cgi">
<input type="submit" value="Remember search"> as
<input type="hidden" name="newquery"
- value="[% urlquerypart FILTER html %]">
+ value="[% urlquerypart FILTER html %][% "&order=$qorder" FILTER html IF order %]">
<input type="hidden" name="cmdtype" value="doit">
<input type="hidden" name="remtype" value="asnamed">
<input type="text" name="newqueryname" size="20"