From 8ff64d01e3361d7a32b93ae34992acc8ce3df161 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 16 Feb 2002 08:06:14 +0000 Subject: [PATCH] Removed the key property restriction on title of the classic issue class. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@631 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/dbinit.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup/templates/classic/dbinit.py b/roundup/templates/classic/dbinit.py index e95104b..ba9642a 100644 --- a/roundup/templates/classic/dbinit.py +++ b/roundup/templates/classic/dbinit.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: dbinit.py,v 1.15 2002-02-15 07:08:44 richard Exp $ +# $Id: dbinit.py,v 1.16 2002-02-16 08:06:14 richard Exp $ import os @@ -79,7 +79,6 @@ def open(name=None): issue = IssueClass(db, "issue", assignedto=Link("user"), topic=Multilink("keyword"), priority=Link("priority"), status=Link("status")) - issue.setkey('title') import detectors detectors.init(db) @@ -123,6 +122,10 @@ def init(adminpw): # # $Log: not supported by cvs2svn $ +# Revision 1.15 2002/02/15 07:08:44 richard +# . Alternate email addresses are now available for users. See the MIGRATION +# file for info on how to activate the feature. +# # Revision 1.14 2002/01/14 02:20:15 richard # . changed all config accesses so they access either the instance or the # config attriubute on the db. This means that all config is obtained from -- 2.30.2