mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix executing collective user tasks now
This commit is contained in:
parent
8d5fc7f9da
commit
1874ac070f
@ -205,7 +205,7 @@ object OCollective {
|
|||||||
args
|
args
|
||||||
)
|
)
|
||||||
_ <- uts
|
_ <- uts
|
||||||
.updateOneTask(UserTaskScope(collective), args.makeSubject.some, ut)
|
.executeNow(UserTaskScope(collective), args.makeSubject.some, ut)
|
||||||
_ <- joex.notifyAllNodes
|
_ <- joex.notifyAllNodes
|
||||||
} yield ()
|
} yield ()
|
||||||
|
|
||||||
@ -221,7 +221,7 @@ object OCollective {
|
|||||||
args
|
args
|
||||||
)
|
)
|
||||||
_ <- uts
|
_ <- uts
|
||||||
.updateOneTask(UserTaskScope(args.collective), args.makeSubject.some, ut)
|
.executeNow(UserTaskScope(args.collective), args.makeSubject.some, ut)
|
||||||
_ <- joex.notifyAllNodes
|
_ <- joex.notifyAllNodes
|
||||||
} yield ()
|
} yield ()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user