mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
allowing UNKNOWN to place hold in order to test
This commit is contained in:
parent
6483aa87c9
commit
f0c96a4d7f
2 changed files with 2 additions and 2 deletions
|
@ -786,7 +786,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
administrative_contact.save()
|
||||
|
||||
@transition(
|
||||
field="state", source=[State.READY, State.ON_HOLD], target=State.ON_HOLD
|
||||
field="state", source=[State.UNKNOWN, State.READY, State.ON_HOLD], target=State.ON_HOLD
|
||||
)
|
||||
def place_client_hold(self):
|
||||
"""place a clienthold on a domain (no longer should resolve)"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue