Skip to content

[BUG] Report export to CSV/Excel ignores hidden columns #3489

@YouKyi

Description

@YouKyi

What happened?

When you want to export your reports from Bunkerweb, only the visible columns are exported to the CSV/Excel file.

In other words, if I export this page:

Image

My CSV file will only contain the following columns:
“Date, Request ID, IP Address, Country, Method, URL, Status Code, Reason”

And if I make that change, I remove the URL column, the DATA column appears, and the CSV file will only contain the following columns:
“Date, Request ID, IP Address, Country, Method, Status Code, Reason, Data”

Image

How to reproduce?

All you need to do is show or hide columns and export the reports to see that the CSV file is generated based on the visible columns.

Configuration file(s) (yaml or .env)

Relevant log output

BunkerWeb version

1.6.9

What integration are you using?

Linux

Linux distribution (if applicable)

No response

Removed private data

  • I have removed all private data from the configuration file and the logs

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions