Fix object actions.
This commit is contained in:
parent
1f85145b67
commit
9a65f1577b
@ -63,7 +63,8 @@ function mapActionsToMenuItems(actions, currentUrlWithActions, id, objectData) {
|
|||||||
item.children = mapActionsToMenuItems(
|
item.children = mapActionsToMenuItems(
|
||||||
action.children,
|
action.children,
|
||||||
currentUrlWithActions,
|
currentUrlWithActions,
|
||||||
id
|
id,
|
||||||
|
objectData
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
return item
|
return item
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user