mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Show custom field summary above results
This commit is contained in:
@ -45,7 +45,7 @@ concat l0 l1 =
|
||||
suff =
|
||||
List.drop 1 l1.groups
|
||||
in
|
||||
ItemLightList (prev ++ [ ng ] ++ suff)
|
||||
ItemLightList (prev ++ (ng :: suff))
|
||||
|
||||
else
|
||||
ItemLightList (l0.groups ++ l1.groups)
|
||||
|
Reference in New Issue
Block a user