Use dslContext everywhere (#10028)

This commit is contained in:
Denis Bykhov
2025-10-06 07:30:54 +07:00
committed by GitHub
parent bb8dfc8130
commit a9b55916de
7 changed files with 26 additions and 22 deletions
+2 -1
View File
@@ -33,6 +33,7 @@ import { getClient } from '@hcengineering/presentation'
import {
type Context,
type ContextId,
createContext,
type Execution,
type ExecutionContext,
ExecutionStatus,
@@ -564,7 +565,7 @@ export function getToDoEndAction (prevState: State): Step<Doc> {
params: {
state: prevState._id,
title: prevState.title,
user: '$' + JSON.stringify(context)
user: createContext(context)
}
}
return endAction