Skip to content

Commit 0e50d2e

Browse files
committed
feat(tables): update Poster columns/fields
Update default columns for `PosterTable` to better suit the team's needs. Resolves: #563
1 parent 690e4ae commit 0e50d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apis_ontology/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ class PosterTable(BaseEntityTable):
153153

154154
class Meta(BaseEntityTable.Meta):
155155
model = Poster
156-
fields = ["label", "quantity", "storage_location", "status", "notes"]
156+
fields = ["label", "signature", "year", "country", "notes"]
157157
order_by = "label"

0 commit comments

Comments
 (0)