Skip to content

Commit

Permalink
Fixed bug where CorporateRelations CVs couldn't be exported to CSV be…
Browse files Browse the repository at this point in the history
…cause of legacy fields in CV Entry class
  • Loading branch information
d1ff1cult0 committed Aug 13, 2024
1 parent cd31297 commit 727e545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/BrBundle/Controller/Admin/CvController.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,8 @@ public function exportCvCsvAction()
$expStarts,
$expEnds,
$entry->getThesisSummary(),
$entry->getFutureInterest(),
$translator->translate($entry->getMobilityEurope()),
$translator->translate($entry->getMobilityWorld()),
$entry->getCareerExpectations(),
$entry->getHobbies(),
);
if ($entry->getAddress()->getMailbox() !== null && $entry->getAddress()->getMailbox() !== '') {
Expand Down

0 comments on commit 727e545

Please sign in to comment.