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