Skip to content

Commit

Permalink
refactor: dates in APIS_ENTITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
koeaw committed Feb 12, 2024
1 parent cb15c66 commit 8246306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,15 @@
"title",
"subtitle",
"edition_type",
"publication_date_iso",
"publication_date",
"progress_status",
],
"additional_cols": [
"data_source",
"issue",
"description",
"page_count",
"publication_date_iso",
],
"list_filters": {
"name": {"method": "name_label_filter"},
Expand Down

0 comments on commit 8246306

Please sign in to comment.