mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Set 1.0 product version during export (#10771)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -60,6 +60,11 @@ export async function exportToWorkspace (
|
||||
'documents:class:DocumentMeta': {
|
||||
author: '$currentUser',
|
||||
owner: '$currentUser'
|
||||
},
|
||||
'products:class:ProductVersion': {
|
||||
major: 1,
|
||||
minor: 0,
|
||||
patch: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user