Skip to content

Commit cf6adf4

Browse files
committed
MC-2259: Build Stabilization
Fix base class extension and add ACL ADMIN_RESOURCE
1 parent 19f8650 commit cf6adf4

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/PageBuilder/Controller/Adminhtml/ContentType/Block

1 file changed

+3
-1
lines changed

app/code/Magento/PageBuilder/Controller/Adminhtml/ContentType/Block/Metadata.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
use Magento\Framework\Controller\ResultFactory;
1212

13-
class Metadata extends \Magento\Framework\App\Action\Action
13+
class Metadata extends \Magento\Backend\App\AbstractAction
1414
{
15+
const ADMIN_RESOURCE = 'Magento_Cms::block';
16+
1517
/**
1618
* @var \Magento\Cms\Model\ResourceModel\Block\CollectionFactory
1719
*/

0 commit comments

Comments
 (0)