Skip to content

Commit ea9491a

Browse files
author
Joan He
committed
MAGETWO-85065: Implement a framework for dynamically composing what's new content
- Fix travis build failure, backend controller has to overwrite _isAllowed method or ADMIN_RESOURCE constant
1 parent 2c3e653 commit ea9491a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ public function execute()
8484
$resultJson = $this->resultFactory->create(ResultFactory::TYPE_JSON);
8585
return $resultJson->setData($responseContent);
8686
}
87+
88+
protected function _isAllowed()
89+
{
90+
return parent::_isAllowed();
91+
}
8792
}

0 commit comments

Comments
 (0)