There was an error while loading. Please reload this page.
1 parent 690e4ae commit 0e50d2eCopy full SHA for 0e50d2e
1 file changed
apis_ontology/tables.py
@@ -153,5 +153,5 @@ class PosterTable(BaseEntityTable):
153
154
class Meta(BaseEntityTable.Meta):
155
model = Poster
156
- fields = ["label", "quantity", "storage_location", "status", "notes"]
+ fields = ["label", "signature", "year", "country", "notes"]
157
order_by = "label"
0 commit comments