mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-28 10:49:45 +02:00
TSK-1089: Proper Recruit Archive (#2952)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
import CreateVacancy from './CreateVacancy.svelte'
|
||||
import { deviceOptionsStore as deviceInfo } from '@hcengineering/ui'
|
||||
|
||||
export let archived = false
|
||||
|
||||
let search: string = ''
|
||||
let searchQuery: DocumentQuery<Doc> = {}
|
||||
let resultQuery: DocumentQuery<Doc> = {}
|
||||
@@ -194,7 +196,7 @@
|
||||
options={descr.options}
|
||||
query={{
|
||||
...resultQuery,
|
||||
archived: false
|
||||
archived
|
||||
}}
|
||||
showNotification
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user