mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
Board: fix show popup actions (#2211)
Signed-off-by: Anna <anna.no@xored.com>
This commit is contained in:
parent
ffd71bc9db
commit
7498de4a01
@ -296,7 +296,7 @@ export function createModel (builder: Builder): void {
|
||||
component: tags.component.TagsEditorPopup,
|
||||
element: view.popup.PositionElementAlignment,
|
||||
fillProps: {
|
||||
_object: 'value'
|
||||
_object: 'object'
|
||||
}
|
||||
},
|
||||
label: board.string.Labels,
|
||||
@ -315,7 +315,10 @@ export function createModel (builder: Builder): void {
|
||||
action: view.actionImpl.ShowPopup,
|
||||
actionProps: {
|
||||
component: board.component.DatesActionPopup,
|
||||
element: view.popup.PositionElementAlignment
|
||||
element: view.popup.PositionElementAlignment,
|
||||
fillProps: {
|
||||
_object: 'value'
|
||||
}
|
||||
},
|
||||
label: board.string.Dates,
|
||||
icon: board.icon.Card,
|
||||
@ -355,7 +358,10 @@ export function createModel (builder: Builder): void {
|
||||
action: view.actionImpl.ShowPopup,
|
||||
actionProps: {
|
||||
component: board.component.MoveActionPopup,
|
||||
element: view.popup.PositionElementAlignment
|
||||
element: view.popup.PositionElementAlignment,
|
||||
fillProps: {
|
||||
_object: 'value'
|
||||
}
|
||||
},
|
||||
input: 'any',
|
||||
inline: true,
|
||||
@ -371,7 +377,10 @@ export function createModel (builder: Builder): void {
|
||||
action: view.actionImpl.ShowPopup,
|
||||
actionProps: {
|
||||
component: board.component.CopyActionPopup,
|
||||
element: view.popup.PositionElementAlignment
|
||||
element: view.popup.PositionElementAlignment,
|
||||
fillProps: {
|
||||
_object: 'value'
|
||||
}
|
||||
},
|
||||
label: board.string.Copy,
|
||||
icon: board.icon.Card,
|
||||
|
Loading…
Reference in New Issue
Block a user