Mercurial > p > roundup > code
diff templates/classic/schema.py @ 3904:91008ec8f9a0
retire "topic" usage
"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.
I also left Ka-Ping Yee's original design document unchanged.
This takes care of sf feature request [SF#953161]
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Sun, 16 Sep 2007 02:45:11 +0000 |
| parents | 7b25567f0f54 |
| children |
line wrap: on
line diff
--- a/templates/classic/schema.py Fri Sep 14 15:55:25 2007 +0000 +++ b/templates/classic/schema.py Sun Sep 16 02:45:11 2007 +0000 @@ -71,7 +71,7 @@ # superseder = Multilink("issue") issue = IssueClass(db, "issue", assignedto=Link("user"), - topic=Multilink("keyword"), + keyword=Multilink("keyword"), priority=Link("priority"), status=Link("status"))
