mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-24 17:30:03 +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,
|
component: tags.component.TagsEditorPopup,
|
||||||
element: view.popup.PositionElementAlignment,
|
element: view.popup.PositionElementAlignment,
|
||||||
fillProps: {
|
fillProps: {
|
||||||
_object: 'value'
|
_object: 'object'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
label: board.string.Labels,
|
label: board.string.Labels,
|
||||||
@ -315,7 +315,10 @@ export function createModel (builder: Builder): void {
|
|||||||
action: view.actionImpl.ShowPopup,
|
action: view.actionImpl.ShowPopup,
|
||||||
actionProps: {
|
actionProps: {
|
||||||
component: board.component.DatesActionPopup,
|
component: board.component.DatesActionPopup,
|
||||||
element: view.popup.PositionElementAlignment
|
element: view.popup.PositionElementAlignment,
|
||||||
|
fillProps: {
|
||||||
|
_object: 'value'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
label: board.string.Dates,
|
label: board.string.Dates,
|
||||||
icon: board.icon.Card,
|
icon: board.icon.Card,
|
||||||
@ -355,7 +358,10 @@ export function createModel (builder: Builder): void {
|
|||||||
action: view.actionImpl.ShowPopup,
|
action: view.actionImpl.ShowPopup,
|
||||||
actionProps: {
|
actionProps: {
|
||||||
component: board.component.MoveActionPopup,
|
component: board.component.MoveActionPopup,
|
||||||
element: view.popup.PositionElementAlignment
|
element: view.popup.PositionElementAlignment,
|
||||||
|
fillProps: {
|
||||||
|
_object: 'value'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
input: 'any',
|
input: 'any',
|
||||||
inline: true,
|
inline: true,
|
||||||
@ -371,7 +377,10 @@ export function createModel (builder: Builder): void {
|
|||||||
action: view.actionImpl.ShowPopup,
|
action: view.actionImpl.ShowPopup,
|
||||||
actionProps: {
|
actionProps: {
|
||||||
component: board.component.CopyActionPopup,
|
component: board.component.CopyActionPopup,
|
||||||
element: view.popup.PositionElementAlignment
|
element: view.popup.PositionElementAlignment,
|
||||||
|
fillProps: {
|
||||||
|
_object: 'value'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
label: board.string.Copy,
|
label: board.string.Copy,
|
||||||
icon: board.icon.Card,
|
icon: board.icon.Card,
|
||||||
|
Loading…
Reference in New Issue
Block a user