Skip to content

Commit

Permalink
Merge branch 'b-7.2.x-export-user-function-OXDEV-7028' into b-7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Sep 17, 2024
2 parents 1838436 + 603a620 commit 62e5d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-7.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Remove unnecessary `<small>` tags from CHF currency

### Changed
-
- Changed the exported user file name from `Export_recipient_` to `Export_user_recipient_status_` to better reflect the content of the export.

### Removed
- Obsolete demo data and images from the `source/out` directory
Expand Down
2 changes: 1 addition & 1 deletion source/Application/Controller/Admin/AdminNewsletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function setCSVHeader(): void
{
ContainerFacade::get(HeaderGeneratorBridgeInterface::class)
->generate(
'Export_recipients_' . date('Y-m-d') . '.csv'
'Export_user_recipient_status_' . date('Y-m-d') . '.csv'
);
}

Expand Down

0 comments on commit 62e5d89

Please sign in to comment.