diff --git a/models/recruit/src/plugin.ts b/models/recruit/src/plugin.ts index 07fe5684d2..9920b36d47 100644 --- a/models/recruit/src/plugin.ts +++ b/models/recruit/src/plugin.ts @@ -51,7 +51,6 @@ export default mergeIds(recruitId, recruit, { KanbanCard: '' as AnyComponent, ApplicationPresenter: '' as AnyComponent, ApplicationsPresenter: '' as AnyComponent, - EditVacancy: '' as AnyComponent, EditApplication: '' as AnyComponent, TemplatesIcon: '' as AnyComponent, Applications: '' as AnyComponent, diff --git a/plugins/recruit-resources/src/components/CandidateCard.svelte b/plugins/recruit-resources/src/components/CandidateCard.svelte index 643c502d19..58e6db40a5 100644 --- a/plugins/recruit-resources/src/components/CandidateCard.svelte +++ b/plugins/recruit-resources/src/components/CandidateCard.svelte @@ -14,10 +14,12 @@ --> -
+
{ + showPanel(view.component.EditDoc, candidate._id, candidate._class, 'full') +}}>
CANDIDATE
{#if candidate} @@ -47,11 +51,19 @@