re-add "started" plans to progress bar
This commit is contained in:
parent
e5080e6f12
commit
c27a0aee93
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ PROGRESS_ORDER = [
|
||||||
PlanStatus.IMPLEMENTED,
|
PlanStatus.IMPLEMENTED,
|
||||||
PlanStatus.PARTIALLY_IMPLEMENTED,
|
PlanStatus.PARTIALLY_IMPLEMENTED,
|
||||||
PlanStatus.DEFERRED,
|
PlanStatus.DEFERRED,
|
||||||
|
PlanStatus.STARTED,
|
||||||
PlanStatus.NOT_STARTED,
|
PlanStatus.NOT_STARTED,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue