From 9897e8880fa75dbc5b7052b5fdcc8b2fbe2af7bb Mon Sep 17 00:00:00 2001 From: Andrey Platov <87076238+aplatoff@users.noreply.github.com> Date: Tue, 16 Nov 2021 17:34:27 +0100 Subject: [PATCH] create application popup in edit candidate (#309) Signed-off-by: Andrey Platov --- plugins/recruit-resources/src/components/EditCandidate.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/recruit-resources/src/components/EditCandidate.svelte b/plugins/recruit-resources/src/components/EditCandidate.svelte index 2aab097203..83a89e4c6a 100644 --- a/plugins/recruit-resources/src/components/EditCandidate.svelte +++ b/plugins/recruit-resources/src/components/EditCandidate.svelte @@ -28,6 +28,7 @@ import Edit from './icons/Edit.svelte' import SocialEditor from './SocialEditor.svelte' import AttributesBar from './AttributesBar.svelte' + import CreateApplication from './CreateApplication.svelte' import { Table } from '@anticrm/view-resources' import core from '@anticrm/core' @@ -90,7 +91,7 @@
Applications
- { } } /> + { showPopup(CreateApplication, { candidate: object._id, preserveCandidate: true }, ev.target) } } />