summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-10 18:47:58 +0200
committerlpsolit%gmail.com <>2005-08-10 18:47:58 +0200
commit6feae3e22d8de4aa89af6fbbc24ef69ded4ecfff (patch)
treebfe95761e24a12e8d077852bf077a8eb190bd742 /template/en/default/account/prefs
parent37e00b47795f1075db5f09a4217955fa96e81a6d (diff)
downloadbugzilla-6feae3e22d8de4aa89af6fbbc24ef69ded4ecfff.tar.gz
bugzilla-6feae3e22d8de4aa89af6fbbc24ef69ded4ecfff.tar.xz
Bug 277466: saved search's old name is used when running a search - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit,joel a=justdave
Diffstat (limited to 'template/en/default/account/prefs')
-rw-r--r--template/en/default/account/prefs/saved-searches.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl
index 8827a89ba..741facc17 100644
--- a/template/en/default/account/prefs/saved-searches.html.tmpl
+++ b/template/en/default/account/prefs/saved-searches.html.tmpl
@@ -64,7 +64,7 @@
<tr>
<td>[% q.name FILTER html %]</td>
<td>
- <a href="buglist.cgi?[% q.query FILTER html %]">Run</a>
+ <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">Run</a>
</td>
<td>
<a href="query.cgi?[% q.query FILTER html %]&amp;known_name=[% q.name FILTER url_quote %]">Edit</a>