mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 00:37:47 +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
|
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(
|
createAction(
|
||||||
builder,
|
builder,
|
||||||
{
|
{
|
||||||
@ -555,7 +529,7 @@ export function createActions (builder: Builder, issuesId: string, componentsId:
|
|||||||
label: tracker.string.Labels,
|
label: tracker.string.Labels,
|
||||||
icon: tags.icon.Tags,
|
icon: tags.icon.Tags,
|
||||||
keyBinding: ['keyL'],
|
keyBinding: ['keyL'],
|
||||||
input: 'selection',
|
input: 'any',
|
||||||
category: tracker.category.Tracker,
|
category: tracker.category.Tracker,
|
||||||
target: tracker.class.Issue,
|
target: tracker.class.Issue,
|
||||||
context: {
|
context: {
|
||||||
@ -593,6 +567,7 @@ export function createActions (builder: Builder, issuesId: string, componentsId:
|
|||||||
},
|
},
|
||||||
tracker.action.SetDueDate
|
tracker.action.SetDueDate
|
||||||
)
|
)
|
||||||
|
|
||||||
createAction(
|
createAction(
|
||||||
builder,
|
builder,
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user