Skip to content

Commit

Permalink
Adding Stage value
Browse files Browse the repository at this point in the history
Adding 'Draft' to Stage.
  • Loading branch information
oddprints-karl committed Jan 7, 2023
1 parent d5c21e9 commit ae940c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/oddprints/prodigi/pojos/Status.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void setIssues(List<Issue> issues) {
}

public enum Stage {
Draft,
InProgress,
Complete,
Cancelled
Expand Down

0 comments on commit ae940c0

Please sign in to comment.