diff --git a/plugins/recruit-resources/src/components/KanbanCard.svelte b/plugins/recruit-resources/src/components/KanbanCard.svelte index 96ab9ca97e..f46866b0a6 100644 --- a/plugins/recruit-resources/src/components/KanbanCard.svelte +++ b/plugins/recruit-resources/src/components/KanbanCard.svelte @@ -24,6 +24,7 @@ import { AttachmentsPresenter } from '@anticrm/chunter-resources' import { formatName } from '@anticrm/contact' + import ApplicationPresenter from './ApplicationPresenter.svelte' export let object: WithLookup export let draggable: boolean @@ -32,9 +33,9 @@ showPopup(EditCandidate, { _id: object.attachedTo }, 'full') } - function showApplication() { - showPopup(EditApplication, { _id: object._id }, 'full') - } + // function showApplication() { + // showPopup(EditApplication, { _id: object._id }, 'full') + // }
@@ -43,16 +44,15 @@
-
+
{object.$lookup?.attachedTo?.title ?? ''}
-
- - APP-542 +
+
{#if object.attachments && Object.keys(object.attachments).length > 0}