Actions
Bug #2078
closedAPI: CSV export not working
Start date:
2023-09-25
Estimated time:
Found in version:
Description
CSV export is not working, it is instead displaying the LPF output.
Actions
Added by Bernhard Koschiček-Krombholz about 1 year ago. Updated about 1 year ago.
Description
CSV export is not working, it is instead displaying the LPF output.
Fixed bug, the return statements in the code were deleted. Surely this happened due pylint clean up and the tests didn't cover the response content-type. I added this check now to the tests to cover this.