Skip to content

Commit d6bad51

Browse files
committed
issue2550601: add multilink to patches to the bug issue. The doc string above the definition already included the code.
1 parent 222afa0 commit d6bad51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/roundup/templates/devel/schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
status=Link('status'),
158158
resolution=Link('resolution'),
159159
superseder=Link('bug'),
160-
keywords=Multilink('keyword'))
160+
keywords=Multilink('keyword'),
161+
patches=Multilink('patches'))
161162

162163
# Task Type
163164
task_type = Class(db, 'task_type',

0 commit comments

Comments
 (0)