From c5f0ea51663b763c170c4e700a7569eaa68b7a8d Mon Sep 17 00:00:00 2001 From: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:18:51 +0600 Subject: [PATCH] Create Application Fix (#846) Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> --- .../recruit-resources/src/components/CreateApplication.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/recruit-resources/src/components/CreateApplication.svelte b/plugins/recruit-resources/src/components/CreateApplication.svelte index 6a1458bb12..53c928ad28 100644 --- a/plugins/recruit-resources/src/components/CreateApplication.svelte +++ b/plugins/recruit-resources/src/components/CreateApplication.svelte @@ -84,7 +84,7 @@ await client.addCollection( recruit.class.Applicant, - space, candidateInstance._id, recruit.mixin.Candidate, 'applications', + doc.space, candidateInstance._id, recruit.mixin.Candidate, 'applications', { state: state._id, doneState: null,