Merge branch 'staging' into state-machine-error-handling
This commit is contained in:
commit
ccc8fbb233
@ -77,7 +77,7 @@ class TaskOrder(Base, mixins.TimestampsMixin):
|
||||
|
||||
@property
|
||||
def is_draft(self):
|
||||
return self.status == Status.DRAFT
|
||||
return self.status == Status.DRAFT or self.status == Status.UNSIGNED
|
||||
|
||||
@property
|
||||
def is_active(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user