{
if (channel === undefined) return
- showPanel(chunter.component.EditChannel, channel._id, channel._class, 'content')
+ openDoc(client.getHierarchy(), channel)
}
diff --git a/plugins/chunter-resources/src/components/DmHeader.svelte b/plugins/chunter-resources/src/components/DmHeader.svelte
index fe5c7036d0..edcda3777a 100644
--- a/plugins/chunter-resources/src/components/DmHeader.svelte
+++ b/plugins/chunter-resources/src/components/DmHeader.svelte
@@ -14,15 +14,16 @@
-->
diff --git a/plugins/contact-resources/src/components/AssigneeBox.svelte b/plugins/contact-resources/src/components/AssigneeBox.svelte
index ecaee686e6..d77b08374b 100644
--- a/plugins/contact-resources/src/components/AssigneeBox.svelte
+++ b/plugins/contact-resources/src/components/AssigneeBox.svelte
@@ -14,31 +14,31 @@
-->
diff --git a/plugins/recruit-resources/src/components/VacancyItemPresenter.svelte b/plugins/recruit-resources/src/components/VacancyItemPresenter.svelte
index 1752b1f32e..ad08b49cda 100644
--- a/plugins/recruit-resources/src/components/VacancyItemPresenter.svelte
+++ b/plugins/recruit-resources/src/components/VacancyItemPresenter.svelte
@@ -14,8 +14,10 @@
-->
diff --git a/plugins/recruit-resources/src/components/review/EditReview.svelte b/plugins/recruit-resources/src/components/review/EditReview.svelte
index b95db8673b..bdc165215a 100644
--- a/plugins/recruit-resources/src/components/review/EditReview.svelte
+++ b/plugins/recruit-resources/src/components/review/EditReview.svelte
@@ -16,13 +16,11 @@
diff --git a/plugins/tracker-resources/src/components/issues/Issues.svelte b/plugins/tracker-resources/src/components/issues/Issues.svelte
index aae13fe5dd..24fcb2d674 100644
--- a/plugins/tracker-resources/src/components/issues/Issues.svelte
+++ b/plugins/tracker-resources/src/components/issues/Issues.svelte
@@ -13,12 +13,12 @@
// limitations under the License.
-->
{#if query !== undefined && modeSelectorProps !== undefined}
- {#key query && currentSpace}
-
- {/key}
+
{/if}
diff --git a/plugins/tracker-resources/src/components/issues/KanbanView.svelte b/plugins/tracker-resources/src/components/issues/KanbanView.svelte
index 2495b65f7c..488a1d9c70 100644
--- a/plugins/tracker-resources/src/components/issues/KanbanView.svelte
+++ b/plugins/tracker-resources/src/components/issues/KanbanView.svelte
@@ -29,7 +29,7 @@
import { Item, Kanban } from '@hcengineering/kanban'
import notification from '@hcengineering/notification'
import { getResource } from '@hcengineering/platform'
- import { createQuery, getClient, ActionContext } from '@hcengineering/presentation'
+ import { ActionContext, createQuery, getClient } from '@hcengineering/presentation'
import tags from '@hcengineering/tags'
import { Issue, IssuesGrouping, IssuesOrdering, Project } from '@hcengineering/tracker'
import {
@@ -41,7 +41,6 @@
IconAdd,
Label,
Loading,
- showPanel,
showPopup,
themeStore
} from '@hcengineering/ui'
@@ -65,6 +64,7 @@
ListSelectionProvider,
Menu,
noCategory,
+ openDoc,
SelectDirection,
selectionStore,
setGroupByValues
@@ -348,7 +348,7 @@
{
- showPanel(tracker.component.EditIssue, object._id, object._class, 'content')
+ openDoc(hierarchy, issue)
}}
>