mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
Tool recruit update (#1035)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
} from '@anticrm/presentation'
|
||||
import type { Candidate } from '@anticrm/recruit'
|
||||
import { recognizeDocument } from '@anticrm/rekoni'
|
||||
import tags, { findTagCategory, findTagCategory, TagElement, TagReference } from '@anticrm/tags'
|
||||
import tags, { findTagCategory, TagElement, TagReference } from '@anticrm/tags'
|
||||
import {
|
||||
Component,
|
||||
EditBox,
|
||||
@@ -248,7 +248,7 @@
|
||||
|
||||
const categories = await client.findAll(tags.class.TagCategory, {})
|
||||
const categoriesMap = new Map(Array.from(categories.map(it => ([it._id, it]))))
|
||||
|
||||
|
||||
const newSkills:TagReference[] = []
|
||||
// Create missing tag elemnts
|
||||
for (const s of doc.skills ?? []) {
|
||||
|
||||
Reference in New Issue
Block a user