Merge pull request #1415 from dod-ccpo/unsigned-tos
Open unsigned TOs in TO builder
This commit is contained in:
commit
4afdc62329
@ -77,7 +77,7 @@ class TaskOrder(Base, mixins.TimestampsMixin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def is_draft(self):
|
def is_draft(self):
|
||||||
return self.status == Status.DRAFT
|
return self.status == Status.DRAFT or self.status == Status.UNSIGNED
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_active(self):
|
def is_active(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user