Update tasks.py to include links
Now a request for a task can include notes (links). We should update this when we update the db to use the term 'notes' instead of 'links'. Change-Id: Ia38da58592dab7754cb6c7077057dfcb69d28b40
This commit is contained in:
parent
e31f95e447
commit
4287d9e113
@ -27,6 +27,7 @@ class Task(base.BaseObject):
|
||||
branch_id = None
|
||||
milestone_id = None
|
||||
priority = None
|
||||
link = None
|
||||
|
||||
|
||||
class TasksManager(base.BaseManager):
|
||||
|
Loading…
Reference in New Issue
Block a user