mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 05:12:24 +02:00
Way to close todo in process (#9843)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -817,6 +817,7 @@ export class PullRequestSyncManager extends IssueSyncManagerBase implements DocS
|
||||
attachedSpace: pullRequest.space,
|
||||
user: employee._id,
|
||||
workslots: 0,
|
||||
doneOn: null,
|
||||
priority: ToDoPriority.High,
|
||||
visibility: 'public',
|
||||
rank: makeRank(undefined, latestTodo?.rank)
|
||||
@@ -872,6 +873,7 @@ export class PullRequestSyncManager extends IssueSyncManagerBase implements DocS
|
||||
title: 'Resolve ' + pullRequest.title,
|
||||
description: external.url,
|
||||
user: employee._id,
|
||||
doneOn: null,
|
||||
workslots: 0,
|
||||
priority: ToDoPriority.High,
|
||||
visibility: 'public',
|
||||
|
||||
Reference in New Issue
Block a user