Commit ccab8deb authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 274392: Preserve search name when clicking Edit from Saves…

Patch for bug 274392: Preserve search name when clicking Edit from Saves Searches in user prefs; patch by Rob Siklos <robzilla@siklos.ca>, r=glob, a=justdave.
parent dc6d5bcb
......@@ -67,7 +67,7 @@
<a href="buglist.cgi?[% q.query FILTER html %]">Run</a>
</td>
<td>
<a href="query.cgi?[% q.query FILTER html %]">Edit</a>
<a href="query.cgi?[% q.query FILTER html %]&known_name=[% q.name FILTER url_quote %]">Edit</a>
</td>
<td>
[% IF q.usedinwhine %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment