From f7086d9bdd7776f4d1364fba932475d7101ee9e3 Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Fri, 10 Sep 2021 18:59:11 +0200 Subject: [PATCH] `CreateCandidate` updates Signed-off-by: Andrey Platov --- .../src/components/CreateCandidate.svelte | 79 ++++++++++++------- 1 file changed, 50 insertions(+), 29 deletions(-) diff --git a/plugins/recruit-resources/src/components/CreateCandidate.svelte b/plugins/recruit-resources/src/components/CreateCandidate.svelte index 42be8e2293..859d357bc4 100644 --- a/plugins/recruit-resources/src/components/CreateCandidate.svelte +++ b/plugins/recruit-resources/src/components/CreateCandidate.svelte @@ -16,8 +16,10 @@ @@ -108,7 +127,9 @@ 0 && object.lastName.length > 0} + spaceClass={recruit.class.Candidates} + bind:space={_space} on:close={() => { dispatch('close') }}>
@@ -126,22 +147,22 @@
-
-
-
+
+
+
- {#if kl === 0} - { showPopup(PDFViewer, { file: resume.uuid }, 'right') } }>Upload resume + {#if resume.id} + { showPopup(PDFViewer, { file: resume.uuid }, 'right') } }/> {:else} - { inputFile.click() } }>Resume - + { inputFile.click() } }>Upload resume + {/if}
- - showPopup(SocialEditor, { values: newValue.channels ?? [] }, ev.target, (result) => { newValue.channels = result; isChanged() })} /> + + showPopup(SocialEditor, { values: object.channels ?? [] }, ev.target, (result) => { object.channels = result })} />