mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Add todo
This commit is contained in:
parent
afeb0f55b1
commit
4eae72d983
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ class DomainApplicationAdminForm(forms.ModelForm):
|
|||
status = cleaned_data.get("status")
|
||||
investigator = cleaned_data.get("investigator")
|
||||
|
||||
# TODO - need some way of determining if a change has actually occurred and to enforce this only then
|
||||
if status == DomainApplication.ApplicationStatus.APPROVED:
|
||||
# Checks the "investigators" field for validity.
|
||||
# That field must obey certain conditions when an application is approved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue