Skip to content

Commit 2f8c8d7

Browse files
Rizwan KhanRizwan Khan
authored andcommitted
AC-11453: newsletter templates and queue validations
1 parent c4a7027 commit 2f8c8d7

File tree

1 file changed

+0
-9
lines changed
  • app/code/Magento/Newsletter/Controller/Adminhtml/Template

1 file changed

+0
-9
lines changed

app/code/Magento/Newsletter/Controller/Adminhtml/Template/Edit.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,4 @@ public function execute()
6868
$this->_view->renderLayout();
6969
}
7070

71-
/**
72-
* Checks the acl permission
73-
*
74-
* @return bool
75-
*/
76-
protected function _isAllowed()
77-
{
78-
return $this->_authorization->isAllowed('Magento_Newsletter::template');
79-
}
8071
}

0 commit comments

Comments
 (0)