Skip to content

Commit

Permalink
resolves #21
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Dec 22, 2022
1 parent a712bcc commit b4cdb41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apis/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'group': '2801369'
}]


#APIS_BIBSONOMY_FIELDS = ['name']

# APIS_COMPONENTS = ['deep learning']

Expand Down Expand Up @@ -211,7 +211,7 @@
"Expression": {
"merge": True,
"search": ["title", "locus"],
"form_exclude": ["name", "end_date_written", "status"],
"form_exclude": ["name", "start_date_written", "status"],
"form_order": [
"title",
"locus",
Expand All @@ -227,7 +227,7 @@
],
"list_filters": [
"title",
{"start_date": {"label": "Date of writing"}},
{"end_date": {"label": "Date of writing"}},
{"collection": {"label": "Collection"}},
"related_entity_name",
"related_relationtype_name",
Expand Down

0 comments on commit b4cdb41

Please sign in to comment.