mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 09:30:12 +00:00 
			
		
		
		
	Fix executing collective user tasks now
This commit is contained in:
		| @@ -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 () | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user