mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
UBERF-5811: rework backlinks (#4887)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
import { Issue } from '@hcengineering/tracker'
|
||||
import { Component, Icon, IconClose, navigate } from '@hcengineering/ui'
|
||||
import view from '@hcengineering/view'
|
||||
import activity from '@hcengineering/activity'
|
||||
|
||||
import { issueLinkFragmentProvider, updateIssueRelation } from '../../issues'
|
||||
import tracker from '../../plugin'
|
||||
|
||||
@@ -43,7 +45,7 @@
|
||||
await updateIssueRelation(client, issueDoc, value, prop, '$pull')
|
||||
}
|
||||
|
||||
const update = await getResource(chunter.backreference.Update)
|
||||
const update = await getResource(activity.backreference.Update)
|
||||
|
||||
let docs: RelatedDocument[] = []
|
||||
let label: IntlString = tracker.string.RemoveRelation
|
||||
|
||||
Reference in New Issue
Block a user