Skip to content
Snippets Groups Projects
Commit 27727051 authored by Tom Käsler's avatar Tom Käsler
Browse files

Merge branch '406-export-of-questions-does-not-work' into 'master'

Fix comment export

Closes #406

See merge request !388
parents b7d2b637 b75e5679
1 merge request!388Fix comment export
Pipeline #30254 passed with stages
in 9 minutes and 46 seconds
......@@ -87,7 +87,7 @@ export class CommentSettingsComponent implements OnInit {
}
exportCsv(delimiter: string, date: string): void {
this.commentService.getComments(this.roomId)
this.commentService.getAckComments(this.roomId)
.subscribe(comments => {
this.comments = comments;
const exportComments = JSON.parse(JSON.stringify(this.comments));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment