Skip to content

Commit b1a672f

Browse files
committed
Resolve Report->Product->Downloads has wrong ACL issue 23900
1 parent fb3fb8e commit b1a672f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Reports/Controller/Adminhtml/Report/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Downloads extends \Magento\Reports\Controller\Adminhtml\Report\Product imp
1515
*
1616
* @see _isAllowed()
1717
*/
18-
const ADMIN_RESOURCE = 'Magento_Reports::report_products';
18+
const ADMIN_RESOURCE = 'Magento_Reports::downloads';
1919

2020
/**
2121
* Downloads action

0 commit comments

Comments
 (0)