Skip to content

Commit 4d6fa05

Browse files
authored
Merge pull request #2126 from codalab/submission_csv_fields
Submission CSV - added submission id and filename fileds to submission csv
2 parents 034e32d + adba110 commit 4d6fa05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/api/views/submissions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ def get_renderer_context(self):
263263
# The CSV renderer will only include these fields in context["header"]
264264
# Human names for the fields
265265
context["labels"] = {
266+
'id': 'Submission ID',
267+
'filename': 'File Name',
266268
'owner': 'Owner',
267269
'created_when': 'Created When',
268270
'status': 'Status',

0 commit comments

Comments
 (0)