Skip to content

Commit

Permalink
feat: Add filter to check historical publications
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 27, 2024
1 parent 6d8e9a5 commit 4cabb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data_registry/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ class CollectionAdmin(CascadeTaskMixin, TabbedDjangoJqueryTranslationAdmin):
list_filter = [
"public",
"frozen",
"retrieval_frequency",
("license_custom", admin.EmptyFieldListFilter),
("summary_en", admin.EmptyFieldListFilter),
IncompleteFilter,
Expand Down
1 change: 1 addition & 0 deletions docs/admin/siteadmin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ From time to time, use the filters in the right-hand sidebar to:

- Unpublished publications (*By public*: No)
- Frozen publications (*By frozen*: Yes)
- Historical publications (*By retrieval frequency*: NEVER)

Review jobs
-----------
Expand Down

0 comments on commit 4cabb0f

Please sign in to comment.