mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Sort custom fields in views
This commit is contained in:
@ -400,7 +400,8 @@ mainTagsAndFields settings item =
|
||||
[]
|
||||
|
||||
else
|
||||
List.map showField item.customfields
|
||||
List.sortBy Util.CustomField.nameOrLabel item.customfields
|
||||
|> List.map showField
|
||||
|
||||
renderTags =
|
||||
if hideTags then
|
||||
|
Reference in New Issue
Block a user