workspace model has real task_order property

This commit is contained in:
dandds 2018-09-24 11:39:22 -04:00
parent 22c642a7e1
commit 9119286fbe

View File

@ -35,7 +35,7 @@ class Workspace(Base, TimestampsMixin):
@property
def task_order(self):
return {"number": "task-order-number"}
return self.request.task_order
@property
def members(self):