mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 10:17:42 +02:00
Update context menu in the "CreateIssue" dialog (#1799)
Signed-off-by: Sergei Ogorelkov <sergei.ogorelkov@xored.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"@anticrm/core": "~0.6.16",
|
||||
"@anticrm/platform": "~0.6.6",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/view": "~0.6.0",
|
||||
"@anticrm/contact": "~0.6.5",
|
||||
"@anticrm/chunter": "~0.6.1",
|
||||
"@anticrm/attachment": "~0.6.1",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
import { Employee } from '@anticrm/contact'
|
||||
import type { AttachedDoc, Class, Doc, Markup, Ref, Space, Timestamp, Type } from '@anticrm/core'
|
||||
import { Action, ActionCategory } from '@anticrm/view'
|
||||
import type { Asset, IntlString, Plugin } from '@anticrm/platform'
|
||||
import { plugin } from '@anticrm/platform'
|
||||
import { AnyComponent } from '@anticrm/ui'
|
||||
@@ -213,7 +214,6 @@ export default plugin(trackerId, {
|
||||
Magnifier: '' as Asset,
|
||||
Home: '' as Asset,
|
||||
Labels: '' as Asset,
|
||||
MoreActions: '' as Asset,
|
||||
DueDate: '' as Asset,
|
||||
Parent: '' as Asset,
|
||||
|
||||
@@ -239,5 +239,11 @@ export default plugin(trackerId, {
|
||||
ProjectStatusPaused: '' as Asset,
|
||||
ProjectStatusCompleted: '' as Asset,
|
||||
ProjectStatusCanceled: '' as Asset
|
||||
},
|
||||
category: {
|
||||
Tracker: '' as Ref<ActionCategory>
|
||||
},
|
||||
action: {
|
||||
SetDueDate: '' as Ref<Action>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user