mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
remove old todo
This commit is contained in:
parent
34ae797625
commit
406cd71b12
2 changed files with 1 additions and 1 deletions
|
@ -977,6 +977,7 @@ class MyUserAdmin(BaseUserAdmin, ImportExportModelAdmin):
|
|||
if flag_is_active(request, "organization_feature"):
|
||||
return self.analyst_readonly_fields
|
||||
else:
|
||||
# TODO: delete after we merge organization feature
|
||||
return self.analyst_readonly_fields_no_portfolio
|
||||
|
||||
def change_view(self, request, object_id, form_url="", extra_context=None):
|
||||
|
|
|
@ -295,7 +295,6 @@ class Command(BaseCommand):
|
|||
except Exception as err:
|
||||
logger.error(f"Could not load additional TransitionDomain data. {err}")
|
||||
raise err
|
||||
# TODO: handle this better...needs more logging
|
||||
|
||||
def handle( # noqa: C901
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue