mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
Change investigating to in review
This commit is contained in:
parent
82b5d43572
commit
5fa388ee2c
7 changed files with 50 additions and 22 deletions
|
@ -280,7 +280,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
# for the side effects (like an email send). Same
|
||||
# comment applies to original_obj method calls below.
|
||||
original_obj.submit(updated_domain_application=obj)
|
||||
elif obj.status == models.DomainApplication.INVESTIGATING:
|
||||
elif obj.status == models.DomainApplication.IN_REVIEW:
|
||||
original_obj.in_review(updated_domain_application=obj)
|
||||
elif obj.status == models.DomainApplication.APPROVED:
|
||||
original_obj.approve(updated_domain_application=obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue