mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-29 22:16:33 +02:00
removing ability for UNKNOWN domains to transition to On Hold
This commit is contained in:
parent
f0c96a4d7f
commit
e5c1dac85c
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.UNKNOWN, State.READY, State.ON_HOLD], target=State.ON_HOLD
|
||||
field="state", source=[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