Skip to content

Commit

Permalink
Merge pull request #124 from wri/feat/TM-752-remove-submitted-at
Browse files Browse the repository at this point in the history
[TM-752] Remove submitted at from the reported columns; this field doesn't exist on applications.
  • Loading branch information
roguenet authored Apr 4, 2024
2 parents 3f2c6a1 + a8da888 commit 6cb3653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Exports/V2/ApplicationExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class ApplicationExport extends BaseExportFormSubmission implements WithHeadings
'Proof of local legal registration, incorporation, or right to operate',
'Created At',
'Updated At',
'Submitted At',
'Website URL (optional)',
'Organization Facebook URL(optional)',
'Organization Instagram URL(optional)',
Expand Down Expand Up @@ -125,7 +124,6 @@ public function map($application): array
$this->handleOrganisationFiles($organisation, 'legal_registration'),
$application->created_at,
$application->updated_at,
$application->submitted_at,
$organisation->web_url,
$organisation->facebook_url,
$organisation->instagram_url,
Expand Down

0 comments on commit 6cb3653

Please sign in to comment.