Skip to content

Commit

Permalink
MAGETWO-85065: Implement a framework for dynamically composing what's…
Browse files Browse the repository at this point in the history
… new content

- Fix travis build failure, backend controller has to overwrite _isAllowed method or ADMIN_RESOURCE constant
  • Loading branch information
Joan He committed Jan 10, 2018
1 parent 2c3e653 commit ea9491a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,9 @@ public function execute()
$resultJson = $this->resultFactory->create(ResultFactory::TYPE_JSON);
return $resultJson->setData($responseContent);
}

protected function _isAllowed()
{
return parent::_isAllowed();
}
}

0 comments on commit ea9491a

Please sign in to comment.