mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
UBERF-7532: Bulk operations for triggers (#6023)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -194,7 +194,7 @@ async function createControlledDoc (
|
||||
|
||||
const success = await ops.commit()
|
||||
|
||||
return { seqNumber, success }
|
||||
return { seqNumber, success: success.result }
|
||||
}
|
||||
|
||||
export async function createDocumentTemplate (
|
||||
@@ -327,7 +327,7 @@ export async function createDocumentTemplate (
|
||||
|
||||
const success = await ops.commit()
|
||||
|
||||
return { seqNumber, success }
|
||||
return { seqNumber, success: success.result }
|
||||
}
|
||||
|
||||
export function getCollaborativeDocForDocument (
|
||||
|
||||
Reference in New Issue
Block a user