diff share/roundup/templates/devel/schema.py @ 5049:29bd12331b86

issue2550601: add multilink to patches to the bug issue. The doc string above the definition already included the code.
author John Rouillard <rouilj@ieee.org>
date Sat, 09 Apr 2016 00:25:59 -0400
parents a403c29ffaf9
children cf112b90fa8d
line wrap: on
line diff
--- a/share/roundup/templates/devel/schema.py	Sat Apr 09 00:10:26 2016 -0400
+++ b/share/roundup/templates/devel/schema.py	Sat Apr 09 00:25:59 2016 -0400
@@ -157,7 +157,8 @@
                  status=Link('status'),
                  resolution=Link('resolution'),
                  superseder=Link('bug'),
-                 keywords=Multilink('keyword'))
+                 keywords=Multilink('keyword'),
+                 patches=Multilink('patches'))
 
 # Task Type
 task_type = Class(db, 'task_type',

Roundup Issue Tracker: http://roundup-tracker.org/