Skip to content

Commit

Permalink
feat: add settings for WorkType to APIS_ENTITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
koeaw committed Dec 11, 2023
1 parent 9794fd4 commit f2047d8
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,42 @@
"data_source": {},
},
},
"WorkType": {
"search": [
"name",
"name_plural",
"alternative_name",
"description",
"progress_status",
"data_source",
],
"form_order": [
"name",
"name_plural",
"alternative_name",
"description",
"progress_status",
"data_source",
],
"table_fields": [
"name",
"name_plural",
"alternative_name",
],
"additional_cols": [
"description",
"progress_status",
"data_source",
],
"list_filters": {
"name": {"method": "name_label_filter"},
"name_plural": {"method": "name_label_filter"},
"alternative_name": {"method": "name_label_filter"},
"description": {"method": "name_label_filter"},
"progress_status": {},
"data_source": {},
},
},
"Expression": {
"search": [
"name",
Expand Down

0 comments on commit f2047d8

Please sign in to comment.