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