mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
UBERF-4470: Make SetLabels action available on a single focused issue (#4140)
Signed-off-by: Petr Vyazovetskiy <develop.pit@gmail.com>
This commit is contained in:
parent
d2b1e64b65
commit
54f19d4519
@ -515,32 +515,6 @@ export function createActions (builder: Builder, issuesId: string, componentsId:
|
||||
tracker.action.SetMilestone
|
||||
)
|
||||
|
||||
createAction(
|
||||
builder,
|
||||
{
|
||||
action: view.actionImpl.ShowPopup,
|
||||
actionProps: {
|
||||
component: tags.component.TagsEditorPopup,
|
||||
element: 'top',
|
||||
fillProps: {
|
||||
_object: 'object'
|
||||
}
|
||||
},
|
||||
label: tracker.string.Labels,
|
||||
icon: tags.icon.Tags,
|
||||
keyBinding: ['keyL'],
|
||||
input: 'focus',
|
||||
category: tracker.category.Tracker,
|
||||
target: tracker.class.Issue,
|
||||
context: {
|
||||
mode: ['context', 'browser'],
|
||||
application: tracker.app.Tracker,
|
||||
group: 'edit'
|
||||
}
|
||||
},
|
||||
tracker.action.SetLabels
|
||||
)
|
||||
|
||||
createAction(
|
||||
builder,
|
||||
{
|
||||
@ -555,7 +529,7 @@ export function createActions (builder: Builder, issuesId: string, componentsId:
|
||||
label: tracker.string.Labels,
|
||||
icon: tags.icon.Tags,
|
||||
keyBinding: ['keyL'],
|
||||
input: 'selection',
|
||||
input: 'any',
|
||||
category: tracker.category.Tracker,
|
||||
target: tracker.class.Issue,
|
||||
context: {
|
||||
@ -593,6 +567,7 @@ export function createActions (builder: Builder, issuesId: string, componentsId:
|
||||
},
|
||||
tracker.action.SetDueDate
|
||||
)
|
||||
|
||||
createAction(
|
||||
builder,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user