mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-02 17:02:29 +00:00
QFIX: Create project type (#4685)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
7562a5e5cf
commit
0ad132e7bc
@ -230,7 +230,7 @@ export async function createProjectType (
|
|||||||
const targetProjectClassId: Ref<Class<Doc>> = generateId()
|
const targetProjectClassId: Ref<Class<Doc>> = generateId()
|
||||||
const tmpl = await client.createDoc(
|
const tmpl = await client.createDoc(
|
||||||
task.class.ProjectType,
|
task.class.ProjectType,
|
||||||
core.space.Model,
|
core.space.Space,
|
||||||
{
|
{
|
||||||
description: data.description,
|
description: data.description,
|
||||||
shortDescription: data.shortDescription,
|
shortDescription: data.shortDescription,
|
||||||
|
Loading…
Reference in New Issue
Block a user