Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!171
SWTP Comment Project
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SWTP Comment Project
swtp-2019/arsnova-lite:master
into
master
Overview
6
Commits
222
Pipelines
0
Changes
130
All threads resolved!
Hide all comments
Merged
Tom Käsler
requested to merge
swtp-2019/arsnova-lite:master
into
master
5 years ago
Overview
6
Commits
222
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
This MR introduces the new comment feature with voting.
Edited
5 years ago
by
Lukas Mauß
0
0
Merge request reports
Viewing commit
2b66b3e6
Prev
Next
Show latest version
1 file
+
1
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2b66b3e6
Add functionality to export data as json or csv
· 2b66b3e6
Thisari Muthuwahandi
authored
6 years ago
src/app/components/creator/_dialogs/comment-export/comment-export.component.ts
+
1
−
2
Options
@@ -89,8 +89,7 @@ export class CommentExportComponent implements OnInit {
if
(
this
.
currentButton
===
'
semicolon
'
)
{
this
.
exportCsv
(
'
;
'
);
this
.
onNoClick
();
}
else
{
}
else
{
this
.
exportCsv
(
'
,
'
);
this
.
onNoClick
();
}