mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Improve kanban view (#4441)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -120,13 +120,9 @@
|
||||
|
||||
const lookup: Lookup<Issue> = {
|
||||
...(options?.lookup ?? {}),
|
||||
space: tracker.class.Project,
|
||||
status: tracker.class.IssueStatus,
|
||||
component: tracker.class.Component,
|
||||
milestone: tracker.class.Milestone,
|
||||
attachedTo: tracker.class.Issue,
|
||||
_id: {
|
||||
subIssues: tracker.class.Issue,
|
||||
labels: tags.class.TagReference
|
||||
subIssues: tracker.class.Issue
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user