From d1bc4e5a19607608203d3b58ff28151abf0b38bc Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 18 Jan 2023 13:45:48 +0700 Subject: [PATCH] Fix special view (#2516) Signed-off-by: Andrey Sobolev --- plugins/tracker-resources/src/index.ts | 2 ++ plugins/workbench-resources/src/components/SpecialView.svelte | 1 + 2 files changed, 3 insertions(+) diff --git a/plugins/tracker-resources/src/index.ts b/plugins/tracker-resources/src/index.ts index b58fb0aa8b..cb775fcc6a 100644 --- a/plugins/tracker-resources/src/index.ts +++ b/plugins/tracker-resources/src/index.ts @@ -104,6 +104,8 @@ import IssueStatistics from './components/sprints/IssueStatistics.svelte' import StatusRefPresenter from './components/issues/StatusRefPresenter.svelte' import SprintRefPresenter from './components/sprints/SprintRefPresenter.svelte' +export { default as SubIssueList } from './components/issues/edit/SubIssueList.svelte' + export async function queryIssue ( _class: Ref>, client: Client, diff --git a/plugins/workbench-resources/src/components/SpecialView.svelte b/plugins/workbench-resources/src/components/SpecialView.svelte index ee43ecde99..598bbc5e78 100644 --- a/plugins/workbench-resources/src/components/SpecialView.svelte +++ b/plugins/workbench-resources/src/components/SpecialView.svelte @@ -130,6 +130,7 @@ options: viewlet.options, config: preference?.config ?? viewlet.config, viewlet, + viewOptions, createItemDialog: createComponent, createItemLabel: createLabel, query: resultQuery