mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove unused column in item
This commit is contained in:
@ -136,7 +136,6 @@ trait Conversions {
|
||||
data.corrPerson.map(p => IdName(p.pid, p.name)),
|
||||
data.concPerson.map(p => IdName(p.pid, p.name)),
|
||||
data.concEquip.map(e => IdName(e.eid, e.name)),
|
||||
data.inReplyTo.map(mkIdName),
|
||||
data.folder.map(mkIdName),
|
||||
data.item.dueDate,
|
||||
data.item.notes,
|
||||
|
Reference in New Issue
Block a user