pimcore / perspective-editor

Perspective Editor community bundle provides a management UI for Pimcore perspectives.
https://pimcore.com/docs/platform/Perspective_Editor/
Other
20 stars 11 forks source link

Empty contextmenu config override for right panels #143

Closed vmalyk closed 1 year ago

vmalyk commented 1 year ago

It's applying missed fix for right panels https://github.com/pimcore/perspective-editor/commit/124ca46b82ed03a29cc30747577e5f930c22ecb9, because now On saving custom view configuration stores empty array and it ignores configured actions setup - all menu items are still avaialble:

[
               "type" => "customview",
                "position" => "right",
                "sort" => 3,
                "treeContextMenu" => [

                ],
                "id" => "bf2180f1-c529-99d5-9538-84cafa325477"
]
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

robertSt7 commented 1 year ago

@vmalyk Thanks for the PR