Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit cf1eb34

Browse files
committed
MAGETWO-83132: Move the logging to the button click action
1 parent 505d942 commit cf1eb34

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/code/Magento/ReleaseNotification/Controller/Adminhtml/Notification/MarkUserNotified.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
*/
1919
class MarkUserNotified extends Action
2020
{
21-
/**
22-
* Authorization level of a basic admin session
23-
*/
24-
const ADMIN_RESOURCE = 'Magento_Backend::admin';
25-
2621
/**
2722
* @var ProductMetadataInterface
2823
*/

dev/tests/static/testsuite/Magento/Test/Integrity/Magento/Backend/_files/controller_acl_test_whitelist_ce.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Magento\Swatches\Controller\Adminhtml\Product\Attribute\Plugin\Save
2828
Magento\Ui\Controller\Adminhtml\Export\GridToCsv
2929
Magento\Ui\Controller\Adminhtml\Export\GridToXml
3030
Magento\Catalog\Controller\Adminhtml\Product\Initialization\Helper\AttributeFilter
31+
Magento\ReleaseNotification\Controller\Adminhtml\Notification\MarkUserNotified

0 commit comments

Comments
 (0)