Skip to content

Commit

Permalink
Merge pull request #858 from robfico/develop
Browse files Browse the repository at this point in the history
Clicking CMS page in backend takes you to the dashboard (MAGETWO-32151)
  • Loading branch information
maksek committed Dec 25, 2014
2 parents 35fea03 + 92683ac commit b87a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Cms/Ui/DataProvider/Page/Row/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Actions implements RowInterface
/**
* Url path
*/
const URL_PATH = 'adminhtml/cms_page/edit';
const URL_PATH = 'cms/page/edit';

/**
* @var UrlBuilder
Expand Down

0 comments on commit b87a3fa

Please sign in to comment.