mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 04:08:19 +00:00
UBER-740 Remove Move action (#3601)
This commit is contained in:
parent
c28fc1014d
commit
3f0b785ebb
@ -27,8 +27,7 @@ export default mergeIds(taskId, task, {
|
||||
EditStatuses: '' as Ref<Action>,
|
||||
ArchiveSpace: '' as Ref<Action>,
|
||||
UnarchiveSpace: '' as Ref<Action>,
|
||||
ArchiveState: '' as Ref<Action>,
|
||||
Move: '' as Ref<Action>
|
||||
ArchiveState: '' as Ref<Action>
|
||||
},
|
||||
actionImpl: {
|
||||
EditStatuses: '' as ViewAction,
|
||||
|
@ -1805,7 +1805,8 @@ export function createModel (builder: Builder): void {
|
||||
mode: ['context', 'browser'],
|
||||
application: tracker.app.Tracker,
|
||||
group: 'associate'
|
||||
}
|
||||
},
|
||||
override: [task.action.Move]
|
||||
},
|
||||
tracker.action.MoveToProject
|
||||
)
|
||||
|
@ -32,7 +32,7 @@ import { NotificationType } from '@hcengineering/notification'
|
||||
import type { Asset, IntlString, Plugin } from '@hcengineering/platform'
|
||||
import { plugin } from '@hcengineering/platform'
|
||||
import type { AnyComponent } from '@hcengineering/ui'
|
||||
import { ViewletDescriptor } from '@hcengineering/view'
|
||||
import { Action, ViewletDescriptor } from '@hcengineering/view'
|
||||
import { genRanks } from './utils'
|
||||
|
||||
/**
|
||||
@ -201,6 +201,9 @@ const task = plugin(taskId, {
|
||||
app: {
|
||||
Tasks: '' as Ref<Doc>
|
||||
},
|
||||
action: {
|
||||
Move: '' as Ref<Action>
|
||||
},
|
||||
mixin: {
|
||||
KanbanCard: '' as Ref<Mixin<KanbanCard>>
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user