From a90fb5f05df1d23fd538a24a29f702d90049ffa7 Mon Sep 17 00:00:00 2001
From: "wicked%sci.fi" <>
Date: Tue, 14 Jul 2009 03:59:44 +0000
Subject: Bug 448690: Changing columns after editing a saved search forgets
edits - Patch by Teemu Mannermaa r/a=LpSolit
---
template/en/default/search/knob.html.tmpl | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'template')
diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl
index d0381e1a4..17ff63a10 100644
--- a/template/en/default/search/knob.html.tmpl
+++ b/template/en/default/search/knob.html.tmpl
@@ -62,6 +62,10 @@
[%# The name of the existing query will be passed to buglist.cgi. %]
[% END %]
+ [%# Preserve any custom column list that might be set. %]
+ [% IF columnlist %]
+
+ [% END %]