mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Adds 2 new study progress statuses
This commit is contained in:
parent
2d5517bd15
commit
4f0b9e3c4f
@ -32,7 +32,8 @@ class ProgressStatus(enum.Enum):
|
||||
approved_with_conditions = 'approved_with_conditions'
|
||||
deferred = 'deferred'
|
||||
disapproved = 'disapproved'
|
||||
|
||||
ready_for_pre_review = 'ready_for_pre_review'
|
||||
resubmitted_for_pre_review = 'resubmitted_for_pre_review'
|
||||
|
||||
class IrbStatus(enum.Enum):
|
||||
incomplete_in_protocol_builder = 'incomplete in protocol builder'
|
||||
|
Loading…
x
Reference in New Issue
Block a user