mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 19:38:24 +00:00
Select linked items from search page
- Quickly select related items from the search view - Include related items with item details to spare another request
This commit is contained in:
@ -38,6 +38,7 @@ toItemLight detail =
|
||||
, tags = detail.tags
|
||||
, customfields = detail.customfields
|
||||
, notes = detail.notes
|
||||
, relatedItems = List.map .id detail.relatedItems
|
||||
, highlighting = []
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user