Skip to content

Commit

Permalink
Fix failing detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Jan 13, 2020
1 parent 8b787fc commit 30a24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastview/views/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def items(self):
"""
Return (label, value) pairs
"""
return zip(self.labels, self.values)
return zip(self.labels(), self.values())

# Attach functions for data values using same patterns as a dict
attrs = {"view": view, "labels": labels, "values": values, "items": items}
Expand Down

0 comments on commit 30a24b6

Please sign in to comment.