mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
Add move action (#2164)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
parent
4c19851e5f
commit
865ec05909
@ -846,4 +846,22 @@ export function createModel (builder: Builder): void {
|
||||
},
|
||||
tracker.action.CopyIssueLink
|
||||
)
|
||||
createAction(
|
||||
builder,
|
||||
{
|
||||
action: view.actionImpl.Move,
|
||||
label: view.string.Move,
|
||||
icon: view.icon.Move,
|
||||
keyBinding: [],
|
||||
input: 'none',
|
||||
category: tracker.category.Tracker,
|
||||
target: tracker.class.Issue,
|
||||
context: {
|
||||
mode: ['context', 'browser'],
|
||||
application: tracker.app.Tracker,
|
||||
group: 'edit'
|
||||
}
|
||||
},
|
||||
tracker.action.CopyIssueLink
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user