mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 01:33:56 +02:00
resolve merge issues with stray INVESTIGATING statuses
This commit is contained in:
parent
267f76eb62
commit
0547e88b00
2 changed files with 3 additions and 3 deletions
|
@ -625,7 +625,7 @@ class DomainApplication(TimeStampedModel):
|
|||
def withdraw(self):
|
||||
"""Withdraw an application that has been submitted."""
|
||||
|
||||
@transition(field="status", source=[INVESTIGATING, APPROVED], target=REJECTED)
|
||||
@transition(field="status", source=[IN_REVIEW, APPROVED], target=REJECTED)
|
||||
def reject(self, updated_domain_application):
|
||||
"""Reject an application that has been submitted.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue