mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Sort due items by their earliest due date
This commit is contained in:
@ -120,7 +120,8 @@ trait Conversions {
|
||||
m.dateFrom,
|
||||
m.dateUntil,
|
||||
m.dueDateFrom,
|
||||
m.dueDateUntil
|
||||
m.dueDateUntil,
|
||||
None
|
||||
)
|
||||
|
||||
def mkItemList(v: Vector[OItem.ListItem]): ItemLightList = {
|
||||
|
Reference in New Issue
Block a user