Roundup Tracker - Issues

Issue 2550601

classification
gsoc-2009 "bug" class doesn't have "patches" property
Type: crash Severity: critical
Components: None Versions: devel
process
Status: closed fixed
:
: stefan : rouilj, wolever
Priority: :

Created on 2009-11-12 22:51 by wolever, last changed 2016-04-09 04:34 by rouilj.

Messages
msg3907 Author: [hidden] (wolever) Date: 2009-11-12 22:51
To recreate:
 - Check out gsoc-2009
 - Change the demo's template from "classic" to "deval" (see below)
 - Run the demo
 - Try to create a new bug

Adding the 'patches' property to the schema by hand makes things happy, though.

Changing demo's template:
--- demo.py	(revision 4385)
+++ demo.py	(working copy)
@@ -147,7 +147,7 @@
     nuke = args and args[0] == 'nuke'
     if not os.path.exists(home) or nuke:
         backend = 'anydbm'
-        template = 'classic'
+        template = 'devel'
         for opt, arg in opts:
             if opt == '-h':
                 usage()
msg5508 Author: [hidden] (rouilj) Date: 2016-04-09 04:34
changeset:   5049:29bd12331b86
user:        John Rouillard <rouilj ieee.org>
date:        Sat Apr 09 00:25:59 2016 -0400
files:       share/roundup/templates/devel/schema.py
description:
issue2550601: add multilink to patches to the bug issue. The doc string
above the definition already included the code.
History
Date User Action Args
2016-04-09 04:34:04rouiljsetstatus: new -> closed
resolution: fixed
messages: + msg5508
nosy: + rouilj
2009-11-24 00:45:25stefansetassignee: stefan
2009-11-12 22:51:03wolevercreate