mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 23:32:14 +00:00
Fix vacancy import (#3756)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
95cc0bb32a
commit
3e8cbb18af
@ -129,6 +129,7 @@
|
|||||||
descriptor: { $in: [view.viewlet.Table, view.viewlet.List] }
|
descriptor: { $in: [view.viewlet.Table, view.viewlet.List] }
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
{#if viewlet?.descriptor === view.viewlet.Table}
|
||||||
<Button
|
<Button
|
||||||
label={recruit.string.Export}
|
label={recruit.string.Export}
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
@ -147,6 +148,7 @@
|
|||||||
document.body.removeChild(link)
|
document.body.removeChild(link)
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
{/if}
|
||||||
<Button icon={IconAdd} label={recruit.string.VacancyCreateLabel} kind={'accented'} on:click={showCreateDialog} />
|
<Button icon={IconAdd} label={recruit.string.VacancyCreateLabel} kind={'accented'} on:click={showCreateDialog} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -187,7 +189,8 @@
|
|||||||
...resultQuery,
|
...resultQuery,
|
||||||
archived
|
archived
|
||||||
},
|
},
|
||||||
totalQuery: {}
|
totalQuery: {},
|
||||||
|
tableId: 'vacanciesData'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user