Skip to content

Commit e87751f

Browse files
committed
MAGETWO-57629: ACL not used on grid quick edits
1 parent 770e8e8 commit e87751f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cms/Ui/Component/DataProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ private function getAuthorizationInstance()
7373
*
7474
* @return array
7575
*/
76-
public function prepareMetadata() {
76+
public function prepareMetadata()
77+
{
7778
$metadata = [];
7879

7980
if (!$this->getAuthorizationInstance()->isAllowed('Magento_Cms::save')) {
@@ -95,4 +96,3 @@ public function prepareMetadata() {
9596
return $metadata;
9697
}
9798
}
98-

0 commit comments

Comments
 (0)