Rename "Work in Progress" state to "Draft"
This commit is contained in:
@@ -73,10 +73,10 @@ class PackageType(enum.Enum):
|
||||
|
||||
|
||||
class PackageState(enum.Enum):
|
||||
WIP = "Work in Progress"
|
||||
WIP = "Draft"
|
||||
CHANGES_NEEDED = "Changes Needed"
|
||||
READY_FOR_REVIEW = "Ready for Review"
|
||||
APPROVED = "Approved"
|
||||
APPROVED = "Approved"
|
||||
DELETED = "Deleted"
|
||||
|
||||
def toName(self):
|
||||
|
||||
Reference in New Issue
Block a user