File tree 1 file changed +3
-3
lines changed
app/code/Magento/MediaGalleryUi/Block/Adminhtml 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function getActionsJson(): string
66
66
]
67
67
];
68
68
69
- if ($ this ->authorization ->isAllowed ('MediaGalleryUiApi ::edit_assets ' )) {
69
+ if ($ this ->authorization ->isAllowed ('Magento_MediaGalleryUiApi ::edit_assets ' )) {
70
70
$ actions [] = [
71
71
'title ' => __ ('Edit Details ' ),
72
72
'handler ' => 'editImageAction ' ,
@@ -75,7 +75,7 @@ public function getActionsJson(): string
75
75
];
76
76
}
77
77
78
- if ($ this ->authorization ->isAllowed ('MediaGalleryUiApi ::delete_assets ' )) {
78
+ if ($ this ->authorization ->isAllowed ('Magento_MediaGalleryUiApi ::delete_assets ' )) {
79
79
$ actions [] = [
80
80
'title ' => __ ('Delete Image ' ),
81
81
'handler ' => 'deleteImageAction ' ,
@@ -84,7 +84,7 @@ public function getActionsJson(): string
84
84
];
85
85
}
86
86
87
- if ($ this ->authorization ->isAllowed ('MediaGalleryUiApi ::insert_assets ' )) {
87
+ if ($ this ->authorization ->isAllowed ('Magento_MediaGalleryUiApi ::insert_assets ' )) {
88
88
$ actions [] = [
89
89
'title ' => __ ('Add Image ' ),
90
90
'handler ' => 'addImage ' ,
You can’t perform that action at this time.
0 commit comments