mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
First sketch for custom data threaded through item processing
Refs: #2334
This commit is contained in:
@ -348,7 +348,8 @@ object MigrateCollectiveIdTaskArgs extends TransactorSupport {
|
||||
fileFilter = oldArgs.meta.fileFilter,
|
||||
tags = oldArgs.meta.tags,
|
||||
reprocess = oldArgs.meta.reprocess,
|
||||
attachmentsOnly = oldArgs.meta.attachmentsOnly
|
||||
attachmentsOnly = oldArgs.meta.attachmentsOnly,
|
||||
customData = None
|
||||
),
|
||||
oldArgs.files.map(f =>
|
||||
ProcessItemArgs
|
||||
|
Reference in New Issue
Block a user