mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
Move actions only for Tasks
Closes #859 Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
e848480ef3
commit
c0a7c722f4
@ -510,4 +510,9 @@ export function createModel (builder: Builder): void {
|
||||
label: task.string.SearchTask,
|
||||
query: task.completion.IssueQuery
|
||||
}, task.completion.IssueCategory)
|
||||
|
||||
builder.createDoc(view.class.ActionTarget, core.space.Model, {
|
||||
target: task.class.Task,
|
||||
action: view.action.Move
|
||||
})
|
||||
}
|
||||
|
@ -175,11 +175,6 @@ export function createModel (builder: Builder): void {
|
||||
},
|
||||
view.action.Move
|
||||
)
|
||||
|
||||
builder.createDoc(view.class.ActionTarget, core.space.Model, {
|
||||
target: core.class.Doc,
|
||||
action: view.action.Move
|
||||
})
|
||||
}
|
||||
|
||||
export default view
|
||||
|
Loading…
Reference in New Issue
Block a user