From e302ed80722b9237f3cba916d6f1a87f41b039e2 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 16 Feb 2002 09:10:52 +0000 Subject: [PATCH] oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@635 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/htmltemplate.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup/htmltemplate.py b/roundup/htmltemplate.py index 9acb8ce..ad7d8de 100644 --- a/roundup/htmltemplate.py +++ b/roundup/htmltemplate.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: htmltemplate.py,v 1.75 2002-02-16 08:43:23 richard Exp $ +# $Id: htmltemplate.py,v 1.76 2002-02-16 09:10:52 richard Exp $ __doc__ = """ Template engine. @@ -851,7 +851,7 @@ class IndexTemplate(TemplateFunctions): show_customization ) w('\n') names = [] - seen = [] + seen = {} for name in all_filters + all_columns: if self.properties.has_key(name) and not seen.has_key(name): names.append(name) @@ -1070,6 +1070,9 @@ class NewItemTemplate(TemplateFunctions): # # $Log: not supported by cvs2svn $ +# Revision 1.75 2002/02/16 08:43:23 richard +# . #517906 ] Attribute order in "View customisation" +# # Revision 1.74 2002/02/16 08:39:42 richard # . #516854 ] "My Issues" and redisplay # -- 2.30.2