mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Make project types no classic (#4573)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
b1268d6c17
commit
baa8eb3752
@ -102,7 +102,7 @@ async function genVacansyApplicants (
|
||||
members: [],
|
||||
archived: false,
|
||||
tasks: [],
|
||||
classic: true,
|
||||
classic: false,
|
||||
// TODO: Fix me.
|
||||
statuses: states.map((s) => {
|
||||
return { _id: s, taskType: '' as Ref<TaskType> }
|
||||
|
@ -59,7 +59,7 @@ async function createDefaultProjectType (tx: TxOperations): Promise<Ref<ProjectT
|
||||
descriptor: board.descriptors.BoardType,
|
||||
description: '',
|
||||
tasks: [],
|
||||
classic: true
|
||||
classic: false
|
||||
},
|
||||
[
|
||||
{
|
||||
|
@ -39,7 +39,7 @@ async function createSpace (tx: TxOperations): Promise<void> {
|
||||
descriptor: lead.descriptors.FunnelType,
|
||||
description: '',
|
||||
tasks: [],
|
||||
classic: true
|
||||
classic: false
|
||||
},
|
||||
[
|
||||
{
|
||||
|
@ -157,7 +157,7 @@ async function createDefaultKanbanTemplate (tx: TxOperations): Promise<Ref<Proje
|
||||
descriptor: recruit.descriptors.VacancyType,
|
||||
description: '',
|
||||
tasks: [],
|
||||
classic: true
|
||||
classic: false
|
||||
},
|
||||
[
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user