Skip to content

Commit adba110

Browse files
ihsaan-ullahAnne-Catherine L.
authored andcommitted
added submission id and filename fileds to submission csv
1 parent 034e32d commit adba110

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)