diff options
author | lpsolit%gmail.com <> | 2006-02-12 07:36:25 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-12 07:36:25 +0100 |
commit | e4da69640f46a72d94210b86097e73558875b6fb (patch) | |
tree | c13213a03a68a5db8cb30e2c8a268810ca225604 /template/en/default/list | |
parent | 5804bb6fd1cc263ade33d82178498f5b19313df8 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
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" |