remove old todo

This commit is contained in:
zandercymatics 2024-12-10 09:02:48 -07:00
parent 34ae797625
commit 406cd71b12
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 1 additions and 1 deletions

View file

@ -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):

View file

@ -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,