mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 08:20:39 +00:00
Create task fix (#666)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
b6428b2651
commit
c904fc7a6c
@ -14,7 +14,7 @@
|
|||||||
-->
|
-->
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import contact, { Employee } from '@anticrm/contact'
|
import contact, { Employee } from '@anticrm/contact'
|
||||||
import { AttachedData, calcRank, Data, Doc, Ref, Space } from '@anticrm/core'
|
import { AttachedData, calcRank, Data, Doc, Ref, SortingOrder, Space } from '@anticrm/core'
|
||||||
import { generateId } from '@anticrm/core'
|
import { generateId } from '@anticrm/core'
|
||||||
import { OK, Status } from '@anticrm/platform'
|
import { OK, Status } from '@anticrm/platform'
|
||||||
import { Card, getClient, UserBox } from '@anticrm/presentation'
|
import { Card, getClient, UserBox } from '@anticrm/presentation'
|
||||||
@ -41,7 +41,9 @@
|
|||||||
attachedTo: task.global.Task,
|
attachedTo: task.global.Task,
|
||||||
attachedToClass: task.class.Issue,
|
attachedToClass: task.class.Issue,
|
||||||
collection: 'tasks',
|
collection: 'tasks',
|
||||||
state: '' as Ref<State>
|
state: '' as Ref<State>,
|
||||||
|
doneState: null,
|
||||||
|
rank: ''
|
||||||
}
|
}
|
||||||
|
|
||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
|
Loading…
Reference in New Issue
Block a user