mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 01:32:25 +02:00
Allow unknown state in data migration
This commit is contained in:
parent
01b1e3e520
commit
45f8e26018
5 changed files with 14 additions and 14 deletions
|
@ -176,6 +176,7 @@ class Command(BaseCommand):
|
|||
"clienthold": TransitionDomain.StatusChoices.ON_HOLD,
|
||||
"created": TransitionDomain.StatusChoices.READY,
|
||||
"ok": TransitionDomain.StatusChoices.READY,
|
||||
"unknown": TransitionDomain.StatusChoices.UNKNOWN,
|
||||
}
|
||||
mapped_status = status_maps.get(status_to_map)
|
||||
return mapped_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue