Skip to content

Commit

Permalink
feat: add not_opened field to DataFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
dodumosu committed Aug 20, 2021
1 parent 349ef31 commit 581c8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/submissions/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def make_submission_dataframe(query, form, selected_tags=None,
# the 'updated' field is required for results analysis
columns = [
Submission.data[tag].label(tag) for tag in fields] + [
Submission.updated
Submission.not_opened, Submission.updated
]

# alias just in case the query is already joined to the tables below
Expand Down

0 comments on commit 581c8e0

Please sign in to comment.