Skip to content

Commit b87a3fa

Browse files
author
maksek
committed
Merge pull request #858 from robfico/develop
Clicking CMS page in backend takes you to the dashboard (MAGETWO-32151)
2 parents 35fea03 + 92683ac commit b87a3fa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cms/Ui/DataProvider/Page/Row

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Ui/DataProvider/Page/Row/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Actions implements RowInterface
1616
/**
1717
* Url path
1818
*/
19-
const URL_PATH = 'adminhtml/cms_page/edit';
19+
const URL_PATH = 'cms/page/edit';
2020

2121
/**
2222
* @var UrlBuilder

0 commit comments

Comments
 (0)