Skip to content

Commit

Permalink
Merge pull request #22 from amazingmarvin/fix/csv-subtask-export
Browse files Browse the repository at this point in the history
Fix subtask CSV export.
  • Loading branch information
AlexanderWillner authored Jan 23, 2020
2 parents cdca436 + 0183e44 commit a5ba0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ SELECT
"",
"",
"",
"",
T1.title,
"",
""
FROM TMChecklistItem T1
LEFT OUTER JOIN $TASKTABLE T2 ON T1.task = T2.uuid
Expand Down

0 comments on commit a5ba0ea

Please sign in to comment.