allow submitter to revoke submission
This commit is contained in:
parent
e68d78bcb7
commit
6f4df29d2e
@ -23,6 +23,8 @@ enum Status{
|
||||
Submitter:
|
||||
UnderConstruction -> Submitted
|
||||
ChangesRequested -> Submitted
|
||||
Submitted -> UnderConstruction
|
||||
ChangesRequested -> UnderConstruction
|
||||
Reviewer:
|
||||
Submitted -> Validating
|
||||
Submitted -> Rejected
|
||||
|
Loading…
Reference in New Issue
Block a user