Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Add missing fields to sample template
Browse files Browse the repository at this point in the history
Signed-off-by: Don Naegely <[email protected]>
  • Loading branch information
naegelyd committed Sep 9, 2014
1 parent b4d71fc commit 2d45d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varify/api/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
# project and batch names are merged into the sample object to
# remove excessive nesting.
Sample = {
'fields': [':pk', 'label', 'project'],
'fields': [':pk', 'batch', 'count', 'created', 'label', 'project'],
'related': {
'batch': Batch,
'project': Project,
Expand Down

0 comments on commit 2d45d06

Please sign in to comment.