mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Comment comet
This commit is contained in:
parent
6b2552bdbc
commit
0777cf1334
1 changed files with 12 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue