mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add logic to set due date from addons, based on #2362
Signed-off-by: martin f. krafft <madduck@madduck.net>
This commit is contained in:
@ -21,6 +21,7 @@ object AddonOutputExample extends Helper {
|
||||
ItemAction.ReplaceTags(Set("tagX", "tagY")),
|
||||
ItemAction.RemoveTags(Set("tag0", "tag9")),
|
||||
ItemAction.RemoveTagsCategory(Set("doc-type")),
|
||||
ItemAction.SetDueDate(Some(Timestamp.ofMillis(1707908400000L))),
|
||||
ItemAction.SetFolder("folder-name".some),
|
||||
ItemAction.SetCorrOrg(id("OaIy-org-ID").some),
|
||||
ItemAction.SetCorrPerson(id("OaIy-person-ID").some),
|
||||
|
Reference in New Issue
Block a user