mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-20 08:37:53 +02:00
UBERF-7532: Bulk operations for triggers (#6023)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
await ops.createDoc(tracker.class.Project, core.space.Space, { ...projectData, type: typeId }, projectId)
|
||||
const succeeded = await ops.commit()
|
||||
|
||||
if (succeeded) {
|
||||
if (succeeded.result) {
|
||||
// Add space type's mixin with roles assignments
|
||||
await client.createMixin(
|
||||
projectId,
|
||||
|
||||
Reference in New Issue
Block a user