mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 23:32:14 +00:00
Fix special view (#2516)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
28f3e6169c
commit
d1bc4e5a19
@ -104,6 +104,8 @@ import IssueStatistics from './components/sprints/IssueStatistics.svelte'
|
|||||||
import StatusRefPresenter from './components/issues/StatusRefPresenter.svelte'
|
import StatusRefPresenter from './components/issues/StatusRefPresenter.svelte'
|
||||||
import SprintRefPresenter from './components/sprints/SprintRefPresenter.svelte'
|
import SprintRefPresenter from './components/sprints/SprintRefPresenter.svelte'
|
||||||
|
|
||||||
|
export { default as SubIssueList } from './components/issues/edit/SubIssueList.svelte'
|
||||||
|
|
||||||
export async function queryIssue<D extends Issue> (
|
export async function queryIssue<D extends Issue> (
|
||||||
_class: Ref<Class<D>>,
|
_class: Ref<Class<D>>,
|
||||||
client: Client,
|
client: Client,
|
||||||
|
@ -130,6 +130,7 @@
|
|||||||
options: viewlet.options,
|
options: viewlet.options,
|
||||||
config: preference?.config ?? viewlet.config,
|
config: preference?.config ?? viewlet.config,
|
||||||
viewlet,
|
viewlet,
|
||||||
|
viewOptions,
|
||||||
createItemDialog: createComponent,
|
createItemDialog: createComponent,
|
||||||
createItemLabel: createLabel,
|
createItemLabel: createLabel,
|
||||||
query: resultQuery
|
query: resultQuery
|
||||||
|
Loading…
Reference in New Issue
Block a user