Comment comet

This commit is contained in:
zandercymatics 2024-12-19 09:10:26 -07:00
parent 6b2552bdbc
commit 0777cf1334
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -757,7 +757,10 @@ class DomainExport(BaseExport):
return row return row
# NOTE - this override is temporary. Delete this after we consolidate these @property fields. # NOTE - this override is temporary.
# We are running into a problem where DomainDataFull and DomainDataFederal are
# pulling the portfolio name, rather than the suborganization name.
# This can be removed after that gets fixed.
@classmethod @classmethod
def get_fields(cls, model): def get_fields(cls, model):
FIELDS = { FIELDS = {
@ -1088,7 +1091,10 @@ class DomainDataFull(DomainExport):
Inherits from BaseExport -> DomainExport Inherits from BaseExport -> DomainExport
""" """
# NOTE - this override is temporary. Delete this after we consolidate these @property fields. # NOTE - this override is temporary.
# We are running into a problem where DomainDataFull is
# pulling the portfolio name, rather than the suborganization name.
# This can be removed after that gets fixed.
@classmethod @classmethod
def get_fields(cls, model): def get_fields(cls, model):
FIELDS = { FIELDS = {
@ -1198,7 +1204,10 @@ class DomainDataFederal(DomainExport):
Inherits from BaseExport -> DomainExport Inherits from BaseExport -> DomainExport
""" """
# NOTE - this override is temporary. Delete this after we consolidate these @property fields. # NOTE - this override is temporary.
# We are running into a problem where DomainDataFederal is
# pulling the portfolio name, rather than the suborganization name.
# This can be removed after that gets fixed.
@classmethod @classmethod
def get_fields(cls, model): def get_fields(cls, model):
FIELDS = { FIELDS = {