mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Fix chat nav (#7404)
This commit is contained in:
parent
1ff7141bc1
commit
bec1c70f21
@ -148,7 +148,7 @@
|
||||
object = detail.object
|
||||
}
|
||||
|
||||
openChannel(selectedData.id, selectedData._class)
|
||||
openChannel(selectedData.id, selectedData._class, undefined, true)
|
||||
}
|
||||
|
||||
defineSeparators('chat', [
|
||||
|
@ -83,7 +83,7 @@
|
||||
group: 'edit',
|
||||
action: async () => {
|
||||
const id = await getObjectLinkId(linkProviders, object._id, object._class, object)
|
||||
openChannel(id, object._class)
|
||||
openChannel(id, object._class, undefined, true)
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user