Fix export of all users and mapping of columns in user csv export (admin zone)

This commit is contained in:
2023-10-16 16:20:09 +02:00
parent 93b189b091
commit c62495a280
2 changed files with 4 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ final readonly class UserExportController
fn (string $e) => $this->translator->trans('admin.users.export.' . $e),
[
'id',
'username',
// 'username',
'email',
'enabled',
'civility_id',