mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
Fix up down navigator (#3185)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -87,9 +87,11 @@
|
||||
await save()
|
||||
}
|
||||
;[issue] = result
|
||||
title = issue.title
|
||||
description = issue.description
|
||||
currentProject = issue.$lookup?.space
|
||||
if (issue) {
|
||||
title = issue.title
|
||||
description = issue.description
|
||||
currentProject = issue.$lookup?.space
|
||||
}
|
||||
},
|
||||
{ lookup: { attachedTo: tracker.class.Issue, space: tracker.class.Project } }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user