UBER-1182: Fix github task types support (#4215)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-12-19 12:08:10 +06:00
committed by GitHub
parent 89706eb350
commit 5413031df0
11 changed files with 195 additions and 85 deletions
@@ -14,7 +14,7 @@
-->
<script lang="ts">
import { Person } from '@hcengineering/contact'
import type { Class, Doc, DocumentQuery, FindOptions, Ref } from '@hcengineering/core'
import { type Class, type Doc, type DocumentQuery, type FindOptions, type Ref } from '@hcengineering/core'
import type { IntlString } from '@hcengineering/platform'
import presentation, { ObjectCreate, ObjectPopup } from '@hcengineering/presentation'
import ObjectPresenter from './ObjectPresenter.svelte'
@@ -34,6 +34,7 @@
export let create: ObjectCreate | undefined = undefined
export let searchField: string = 'name'
export let docProps: Record<string, any> = {}
export let groupBy = '_class'
</script>
<ObjectPopup
@@ -46,7 +47,7 @@
{titleDeselect}
{placeholder}
{docQuery}
groupBy={'_class'}
{groupBy}
bind:selectedObjects
bind:ignoreObjects
{shadows}