Skip to content

Commit

Permalink
fix(APIS_ENTITIES): add missing Expression fields
Browse files Browse the repository at this point in the history
  • Loading branch information
koeaw committed Jan 22, 2024
1 parent a5719f2 commit a127e57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,17 @@
"Expression": {
"search": [
"name",
"title",
"subtitle",
"edition_type",
"progress_status",
"description",
"data_source",
],
"form_order": [
"name",
"title",
"subtitle",
"progress_status",
"description",
"publication_date",
Expand All @@ -245,6 +249,8 @@
],
"table_fields": [
"name",
"title",
"subtitle",
"edition_type",
"publication_date",
"progress_status",
Expand All @@ -256,6 +262,8 @@
],
"list_filters": {
"name": {"method": "name_label_filter"},
"title": {"method": "name_label_filter"},
"subtitle": {"method": "name_label_filter"},
"edition_type": {},
"publication_date": {"method": "name_label_filter"},
"description": {"method": "name_label_filter"},
Expand Down

0 comments on commit a127e57

Please sign in to comment.