Skip to content

Commit bac2700

Browse files
author
Richard Jones
committed
Removed the key property restriction on title of the classic issue class.
1 parent bfb60c4 commit bac2700

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/templates/classic/dbinit.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: dbinit.py,v 1.15 2002-02-15 07:08:44 richard Exp $
18+
# $Id: dbinit.py,v 1.16 2002-02-16 08:06:14 richard Exp $
1919

2020
import os
2121

@@ -79,7 +79,6 @@ def open(name=None):
7979
issue = IssueClass(db, "issue",
8080
assignedto=Link("user"), topic=Multilink("keyword"),
8181
priority=Link("priority"), status=Link("status"))
82-
issue.setkey('title')
8382

8483
import detectors
8584
detectors.init(db)
@@ -123,6 +122,10 @@ def init(adminpw):
123122

124123
#
125124
# $Log: not supported by cvs2svn $
125+
# Revision 1.15 2002/02/15 07:08:44 richard
126+
# . Alternate email addresses are now available for users. See the MIGRATION
127+
# file for info on how to activate the feature.
128+
#
126129
# Revision 1.14 2002/01/14 02:20:15 richard
127130
# . changed all config accesses so they access either the instance or the
128131
# config attriubute on the db. This means that all config is obtained from

0 commit comments

Comments
 (0)