Skip to content

Commit 92683ac

Browse files
committed
Update Actions.php
Changing URL_PATH to work for page edits in backend
1 parent 35fea03 commit 92683ac

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)