add name for csv file - #270
Conversation
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
Mathieu-Deharbe
left a comment
There was a problem hiding this comment.
This one is fine but the ticket precise to look for the same problem in other computations and I found exactly the same problem for the shortcircuit computation.
| @Parameter(description = "Sort parameters") Sort sort) { | ||
| HttpHeaders httpHeaders = new HttpHeaders(); | ||
| httpHeaders.setContentType(APPLICATION_OCTET_STREAM); | ||
| httpHeaders.setContentDispositionFormData("attachment", "N-results.zip"); |
There was a problem hiding this comment.
Could be a constant like sonar asks :
| httpHeaders.setContentDispositionFormData("attachment", "N-results.zip"); | |
| httpHeaders.setContentDispositionFormData(ATTACHMENT, "N-results.zip"); |
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
|



PR Summary