mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-03-11 20:24:41 +08:00
Filter bundles by reading or sharing state (#1308)
* add filtering by reading or sharing state * fix migration * add tests * format * fix model references * replace hard-coded strings in tests --------- Co-authored-by: dfederschmidt <daniel@federschmidt.org> Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
This commit is contained in:
committed by
GitHub
parent
460b435110
commit
573b6f5411
@@ -278,6 +278,8 @@ class AdminBookmarkBundle(admin.ModelAdmin):
|
||||
"any_tags",
|
||||
"all_tags",
|
||||
"excluded_tags",
|
||||
"filter_shared",
|
||||
"filter_unread",
|
||||
"date_created",
|
||||
)
|
||||
search_fields = ["name", "search", "any_tags", "all_tags", "excluded_tags"]
|
||||
|
||||
Reference in New Issue
Block a user