From a63cffe59688b180e66689a975baad0f4fe65bcf Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 11 Jun 2002 05:02:37 +0000 Subject: [PATCH] . #565979 ] code error in hyperdb.Class.find git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@774 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 1 + roundup/hyperdb.py | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b463dd9..6bddb5c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -64,6 +64,7 @@ Fixed: wasn't necessary (font specs, styles never used) and added a style for message content . build htmlbase if tests are run using CVS checkout + . #565979 ] code error in hyperdb.Class.find 2002-03-25 - 0.4.1 Feature: diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py index 776704c..78a0d76 100644 --- a/roundup/hyperdb.py +++ b/roundup/hyperdb.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: hyperdb.py,v 1.66 2002-05-25 07:16:24 rochecompaan Exp $ +# $Id: hyperdb.py,v 1.67 2002-06-11 05:02:37 richard Exp $ __doc__ = """ Hyperdatabase implementation, especially field types. @@ -798,6 +798,7 @@ class Class: if node.has_key(self.db.RETIRED_FLAG): continue for propname, nodeid in propspec: + prop = self.properties[propname] property = node[propname] if isinstance(prop, Link) and nodeid == property: l.append(id) @@ -1157,6 +1158,9 @@ def Choice(name, db, *options): # # $Log: not supported by cvs2svn $ +# Revision 1.66 2002/05/25 07:16:24 rochecompaan +# Merged search_indexing-branch with HEAD +# # Revision 1.65 2002/05/22 04:12:05 richard # . applied patch #558876 ] cgi client customization # ... with significant additions and modifications ;) -- 2.30.2