This commit is contained in:
rachidatecs 2023-06-23 15:37:03 -04:00
parent c2e24f4fb9
commit 1cb380c030
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525
2 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,7 @@ class DomainApplicationAdmin(AuditedAdmin):
# transition condition is violated, so we call it on the
# original object which has the right status value, and pass
# the updated object which contains the up-to-date data
# for the side effects (like an email send). Same
# 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: