From 27035518f5721734f42d77dbbeccd8cc791018b7 Mon Sep 17 00:00:00 2001 From: Danil Uzlov <36223296+d-uzlov@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:32:49 +0700 Subject: [PATCH] =?UTF-8?q?UBER-1160:=20Open=20vacancy=20panel=20when=20it?= =?UTF-8?q?=E2=80=99s=20opened=20from=20applicant=20(#4473)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * change vacancy link to vacancy panel Signed-off-by: Danil Uzlov * Use DocNavLink Signed-off-by: Danil Uzlov --------- Signed-off-by: Danil Uzlov --- .../recruit-resources/src/components/VacancyCard.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/recruit-resources/src/components/VacancyCard.svelte b/plugins/recruit-resources/src/components/VacancyCard.svelte index f1257dd9d8..18153a8170 100644 --- a/plugins/recruit-resources/src/components/VacancyCard.svelte +++ b/plugins/recruit-resources/src/components/VacancyCard.svelte @@ -18,9 +18,9 @@ import { ChannelsEditor } from '@hcengineering/contact-resources' import { Ref, WithLookup } from '@hcengineering/core' import { createQuery, getClient } from '@hcengineering/presentation' - import { Vacancy, recruitId } from '@hcengineering/recruit' + import { Vacancy } from '@hcengineering/recruit' import { Component, Label } from '@hcengineering/ui' - import { NavLink } from '@hcengineering/view-resources' + import { DocNavLink } from '@hcengineering/view-resources' import recruit from '../plugin' import VacancyIcon from './icons/Vacancy.svelte' import chunter from '@hcengineering/chunter' @@ -73,7 +73,7 @@ {/if} {#if vacancy} - +
{#if inline}
@@ -86,7 +86,7 @@ {vacancy.name} {/if}
- + {#if company} {company.name} {/if}